阅读背景:

ajax请求在localhost wampserver中不起作用

来源:互联网 

I have the following code

我有以下代码

$.ajax({
        url: "../profile/companyAutocomplete.php",
        type: "GET",
        data: dataQuery,
        dataType: "json",
        success: function(responseData) {
            companySelectHandler(responseData);
        }
    });
$.ajax({



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: