if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { //手机代码 showTvpeopleLive({liveInfo:[5,'cctv13'],width:"100%",height:"100%"}); } else { //pc代码 showTvpeopleLive({liveInfo:[5,'cctv13'],width:800,height:450}); }