jquery ajax请求php,但是却连php源代码都返回了,怎么回事啊????

日期:2021-11-17 18:14:38 人气:1

jquery ajax请求php,但是却连php源代码都返回了,怎么回事啊????

给你一个例子
js==================================
$.ajax({
type: "post",
url: "xxx.php",
data: "id=" + id,
timeout: 1000,
error: function(){
alert("error");
},
s
    A+
热门评论