摘要:1 function CheckBrower() { 2 if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { //判断iPhone|iPad|iPod|iOS 3 alert("iphone"); 4 } else if (/(Android)/i.test(navigat...
阅读全文
posted @ 2016-12-13 10:36
posted @ 2016-12-13 10:36
posted @ 2016-10-31 14:48