getJSON回调函数不执行的原因是因为 json的格式不正确,请参看正确的格式
特别是引号
{"employees": [{ "firstName":"Bill" , "lastName":"Gates" },{ "firstName":"George" , "lastName":"Bush" },{ "firstName":"Thomas" , "lastName":"Carter" }]}
本文共 264 字,大约阅读时间需要 1 分钟。
getJSON回调函数不执行的原因是因为 json的格式不正确,请参看正确的格式
特别是引号
{"employees": [{ "firstName":"Bill" , "lastName":"Gates" },{ "firstName":"George" , "lastName":"Bush" },{ "firstName":"Thomas" , "lastName":"Carter" }]}
转载于:https://www.cnblogs.com/sode/archive/2012/11/20/2779107.html