2016年11月30日
摘要: 获得单个json对象 $.getJSON("test.js", { name: "John", time: "2pm" }, function(json){ alert("JSON Data: " + json.users[3].name); }); 获得json数组,处理 $.getJSON("h 阅读全文
posted @ 2016-11-30 13:57 王庆东mas 阅读(336) 评论(0) 推荐(0) 编辑