摘要:
function is_qq() { var userAgent = window.navigator.userAgent.toLowerCase(); if(userAgent.indexOf("mqqbrowser") > -1) { return true; } else { return f 阅读全文
摘要:
if(isAndroid){ android(); function android(){ var ifr = document.createElement("iframe"); ifr.src = ""; //a... 阅读全文