for(var i in li)怎么不可以呢

来源:9-7 节点属性

双沟牛油面

2017-04-19 14:21

for(var i in li){      document.write(li[i].nodeName+""+li[i].nodeValue+""+li[i].nodeType+"");  } 0 LI 0 null 0 1 1 LI 1 null 1 1 2 LI 2 null 2 1 length undefineditem undefineditem undefineditem undefinednamedItem undefinednamedItem undefinednamedItem undefined 多了很多东西怎么回事?

写回答 关注

2回答

  • 轻浮与傲慢
    2017-08-07 16:54:15

    for in循环是python里的吧

  • 哼哼哈嘿哼
    2017-04-19 16:19:42

    http://www.imooc.com/qadetail/206615

JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468060 学习 · 21891 问题

查看课程

相似问题