摘要: jumpNative /** *JavaScript调用协议 */ //判断iOS还是Android const u = navigator.userAgent; const isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1 阅读全文
posted @ 2019-04-09 17:17 suanmei 阅读(392) 评论(0) 推荐(0) 编辑