摘要: function isWeiXin() { var ua = window.navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == 'micromessenger') { return true; } else { return false; } }... 阅读全文
posted @ 2018-06-15 12:02 MY0101 阅读(2553) 评论(0) 推荐(0) 编辑