标签: php jquery html json wamp
我在WAMP的目录www中设置了此目录。
www
除getJSON代码外,一切正常。是不是从PHP返回值。任何帮助将非常感激。
$.getJSON('php/json-data-students.php', function(data) { console.log(data);
我也尝试过:
$.getJSON('../php/json-data-students.php', function(data) { console.log(data);