摘要: 去掉报头就正常,但在前端引用数据时要加上JSON.parse,不然读不出数据。 $.get("fetchUpLast.php",{ rd:new Date().getTime()}) .done(function(data){ html = ''; $.each(JSON.parse(data),f 阅读全文
posted @ 2020-01-26 15:27 白小白学IT 阅读(127) 评论(0) 推荐(0)