js數組、對象處理

js arry:code

var arry = [];

js object:object

var obj = {};

     obj定義屬性: obj.filename='';  obj.id='';

把 obj 添加到 arryfile

arry.push(obj);
相關文章
相關標籤/搜索