某些网站,没有及时更新,导致火狐觉得有安全隐患,不给访问. --------------- Hello bcasey9090, go to about:config, copy the next bold security.tls.version.min and paste it in the search field, now double-click on it and change the value to 0 (zero), exit about:config page, exit fi
今天做移动端的web,在做后期处理的时候,发现了非常多的问题.下面我分别列举一下吧~~ 1.移动端浏览器众多,各种浏览器之间的显示等都有差异,很多需要单独处理,于是我需要判断分别是什么浏览器.js代码如下: var NV = {}; var UA = navigator.userAgent.toLowerCase(); try { NV.shell=(UA.indexOf('ucbrowser')>-1)?'UC浏览器': //ucbrowser (UA.indexOf('dolphin')>