参考:https://ask.dcloud.net.cn/question/94515?notification_id-84803__rf-false__item_id-25486
不用引用uniapp任何js,直接使用下面代码:
if(navigator.userAgent.indexOf('Html5Plus') == -1) {
alert("浏览器");
}else{
alert("app");
}
2023-12-19 16:27:09
参考:https://ask.dcloud.net.cn/question/94515?notification_id-84803__rf-false__item_id-25486
不用引用uniapp任何js,直接使用下面代码:
if(navigator.userAgent.indexOf('Html5Plus') == -1) {
alert("浏览器");
}else{
alert("app");
}