标签:function .ajax ajax nbsp 后台 console json erro php
$(function () {
$.ajax({
url:"http://183.56.173.54:9096/tpcmf/demo.php",
type:"get",
dataType:"json",
success:function (data) {
console.log(data.data)
},
error:function () {
}
})
});
标签:function .ajax ajax nbsp 后台 console json erro php
原文地址:http://www.cnblogs.com/wulinwulin/p/7090268.html