摘要:
WeixinJSBridge.call('closeWindow'); // 关闭微信浏览器 window.opener=null; window.open('','_self'); window.close(); // 关闭电脑浏览器 阅读全文
摘要:
<script type="text/javascript"> function CheckWeChatBrowser() { var ua = navigator.userAgent.toLowerCase(); if (ua.match(/MicroMessenger/i) == "microm 阅读全文