摘要: 1. 判断当前所在的环境: /* * 判断运行环境 */ const _uas = navigator.userAgent.toLowerCase(); const isWho = { is_weixin: function() { if (_uas.match(/MicroMessenger/i) 阅读全文
posted @ 2019-03-19 11:57 小猪ab 阅读(422) 评论(0) 推荐(0)