标签:问题 += color 调用 hup style code func html
去掉报头就正常,但在前端引用数据时要加上JSON.parse,不然读不出数据。
$.get("fetchUpLast.php",{ rd:new Date().getTime()}) .done(function(data){ html = ‘‘; $.each(JSON.parse(data),function(k,v){ html += v+"\/"; }); $("#uprecord").html(html); });
但是,如果把admin这个目录名改为其它的,加上JSON的报头,就正常,前端调用数据也不用加上JSON.parse。
什么问题暂时不知道。
php之在admin的目录下的php文件里加上JSON的报头,运行php文件会提示下载
标签:问题 += color 调用 hup style code func html
原文地址:https://www.cnblogs.com/missbye/p/12234268.html