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