标签: javascript jquery user-agent uc-browser
我正在创建网站,我想知道用户是否使用UC浏览器?
I tried the solution suggest in this link ,but it's not working。所以我打印userAgent,在UC中就是这样的
I tried the solution suggest in
but it's not working
所以我使用navigator.userAgent.match(/UCBrowser/i)来代理UC。
navigator.userAgent.match(/UCBrowser/i)
这是好方法还是有更好的方法来检测UC?
感谢。