标签:gif net asc ref nbsp 知识 title ati fun
json (JavaScript Object Notation)是一种轻量级的数据交换格式,它使用的是的http get请求
通过jQuery的.getJSON()方法获取json数据,并转化为字符串
$.getJSON("/json/cats.json",function(json){
$(".message").html(JSON.stringify(json));
});
});
标签:gif net asc ref nbsp 知识 title ati fun
原文地址:http://www.cnblogs.com/aniu88/p/7425522.html