Javascript Object push () function, push() is for arrays, not objects, so use the right data structure. var data = []; // data[0] = { "ID": "1", ...
確定! 回上一頁