安卓 微信 回退默认不操作拦截失败

  if (UserAgent.app.weixin && UserAgent.env.android) {       //安卓回退弹窗兼容       try {         window.tbs_bridge.nativeExec('network', 'type', 0, null);       } catch (e) {         console.error('weixin network', e);       }     }
上一篇:js 实现 收藏地址,设为浏览器首页,关闭浏览器


下一篇:fake_useragent 模块的使用和报错解决方案