js arry:code
var arry = [];
js object:object
var obj = {}; obj定義屬性: obj.filename=''; obj.id='';
把 obj 添加到 arryfile
arry.push(obj);