摘要: 判断是否是原生 navigator.userAgent浏览器检测 isNative() { let equipmentType = ""; let agent = navigator.userAgent.toLowerCase(); let android = agent.indexOf("andr 阅读全文
posted @ 2021-02-18 16:39 张小中 阅读(1339) 评论(0) 推荐(0)