时间:2021-07-01 10:21:17 帮助过:29人阅读
解决方案:
PS: navigator.userAgent.split(";")[1].toLowerCase().indexOf("msie")>-1 这个判断ie的问题, 在chrome浏览器下会出现"toLowerCase()"方法未定义的错误.
所以修正为navigator.userAgent.toLowerCase().indexOf("msie")>-1
< 上一篇
jquery模板的应用示例_jquery
下一篇 >
HTTP304错误的详细讲解_基础知识
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册