摘要: 1 //本地获取json文件 2 $.ajax({ 3 url : 'json.php', 4 type : 'post', 5 dataType : 'json',//返回json数据格式 6 success : function(response, status... 阅读全文
posted @ 2015-11-22 12:03 安静的披风 阅读(4459) 评论(1) 推荐(0)