Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想添加这个(真正的 JSON 字符串示例):
[ { "Name" : "Test", "EmpID" : "3232", "Station" : "123", "Action" : "123" } ]
到我的 jQuery 数据表fnAddDate(jsonfile);
fnAddDate(jsonfile);
但是当我这样做时,我得到了这个:
这是 JSON 字符串的前 4 个字符。
感谢帮助!!!