为什么会有_item.id; _item.href;这些写法?不应该是_item.getAttribute("id")这样子么?有点乱啊!
因为_item 是一个对象呀 ,对象的属性是可以直接赋值的。
那么getAttribute()有什么用呢?不是很鸡肋?