js识别uc浏览器的代码 其实挺简单的就是 if(navigator userAgent indexOf(UCBrowser) > -1) { alert("uc浏览器"); }else{ 不是 JavaScript 2022-04-08 176 点赞 2 评论 266 浏览