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