代碼如下
$.ajax({
type: "POST",
url: "http://nw.ycvw.net/nw.php?m=vote&z=132&formhash=87da4703",
data: {
latitude: 0,
longitude: 0,
verify: 0
},
dataType: "jsonp",
success: function(str) {
},
error: function(err) {
alert("發(fā)生錯(cuò)誤,請刷新后重試!");
}
});
報(bào)錯(cuò)啦
PHP跨域請求JSON時(shí)報(bào)錯(cuò)Uncaught SyntaxError: Unexpected token :
幕布斯6054654
2019-03-18 18:03:37