冰豆网

分享网络精彩
bingdou.com.cn

用JS控制手机或者PC来访分别iframe不同的内容

时间:2022-10-18加入收藏

function uaredirect() {
    var n = navigator.userAgent.toLowerCase();
         if (n.indexOf('android')>-1){
document.writeln('<iframe scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="2000" allowTransparency src="http://www.xxx.com"></iframe>');
}
         else  if (n.indexOf('iphone')>-1 || n.indexOf('iPhone')>-1 || n.indexOf('ipod')>-1 || n.indexOf('ipad')>-1 || n.indexOf('ios')>-1){
document.writeln('<iframe scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="2000" allowTransparency src="http://www.xxx.com"></iframe>');
}
         else {
document.writeln('<center><iframe scrolling="no" frameborder="0" marginheight="0" marginwidth="0" width="100%" height="1450" allowTransparency src="http://www.xxx.com"></iframe></center>');
 
}
}
uaredirect();

打 赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

TGA: js 技巧

分享到:


官方微信二维码冰豆网官方微信公众号