js数组问题

js数组问题

[{},{},{}]这个本身就是一个数组。for(var i=0i&lttopModules.lengthi++){var obj = topModules[i]alert(obj.title)alert(obj['tit
JavaScript210