语法:
$.get("你的url", function(data,status){ });
可以通过$.get方法获取api的一个json数据。然后,在function对json数据进行操作。
var jsondata= JSON.parse(data); 转换为json数据