`
jcom
  • 浏览: 3633 次
  • 性别: Icon_minigender_1
  • 来自: 南京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
A: firefox下正则表达式 test()方法执行一次后、会发生偏移 eg: var rule = /^(0|[1-9][0-9]*)$/gi; rule.test(value) 改成: var rule = /^(0|[1-9][0-9]*)$/gi; rule.lastIndex = 0; rule.test(value) B: firefox下js不识别document.all() 改成: document.getElementsByName() C: firefox 不支持 innerText = value; 改成: $( "#Name" ).val ...
http://download.csdn.net/source/1892318
Global site tag (gtag.js) - Google Analytics