8
未捕获的TypeError:data.push不是函数
我正在努力推动 data.push({"country": "IN"}); 作为新的ID和json字符串的值。但它给出了以下错误 Uncaught TypeError: data.push is not a function data{"name":"ananta","age":"15"} 提前谢谢您的回复
72
javascript
jquery
json