`
sbfivwsll
  • 浏览: 60208 次
  • 性别: Icon_minigender_1
  • 来自: 四川
社区版块
存档分类
最新评论

firefox 关于非标准属性值的读取与ie的区别

 
阅读更多

在ie中,obj.setAttribute("")obj.setAttribute("a","b")<==>obj.a="b"; obj.getAttribute("a")<==>obj.a;
而在firefox 中,obj.setAttribute("")obj.setAttribute("a","b")<≠>obj.a="b"; obj.getAttribute("a")<≠>obj.a;
示例:

運行後的結果爲:


 

  • 大小: 545.3 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics