jquery:$.get("http://localhost/文件夹/index_ok.php?username="+username,data,function(response){})

日期:2022-04-09 11:41:47 人气:1

jquery:$.get("http://localhost/文件夹/index_ok.php?username="+username,data,function(response){})

$.get方式后台就用$_GET接收或者$_REQUEST(可以接受get和post数据),处理后的数据用echo返回,echo之前不能有输出,要不然会把之前的输出一起返回。
    A+
热门评论