网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

ipad平板、安卓网站自动跳转代码

时间:2024-10-31 08:22:06

1、新建Html文件

2、<scripttype="text/javascript">function uaredirect(murl){try {if(document.getElementById("bdmark") != null){return;}var urlhash = window.location.hash;if (!urlhash.match("fromapp")){if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))) {location.replace(murl);}}} catch(err){}}</script><scripttype="text/javascript">uaredirect("手机URL");</script>

3、放到body之前即可,放到FTP服务器中,直接用ipad测试!

© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com