getJSON 回调函数不执行

getJSON回调函数不执行的原因是因为 json的格式不正确,请参看正确的格式

特别是引号

 

{
"employees": [
{ "firstName":"Bill" , "lastName":"Gates" },
{ "firstName":"George" , "lastName":"Bush" },
{ "firstName":"Thomas" , "lastName":"Carter" }
]
}
posted @ 2012-11-20 15:29  镇水古月  阅读(146)  评论(0编辑  收藏  举报