随笔分类 - 微信配置及判断是否微信浏览器
摘要:先引入以下文件 <script src="./js/jquery-1.6.2.min.js"></script> <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> <!DOCTYPE html> <html l
阅读全文
摘要:<script type="text/javascript">//微信浏览器端隐藏微信支付宝支付function isWeiXin() {var ua = window.navigator.userAgent.toLowerCase();console.log(ua); //mozilla/5.0
阅读全文