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