问答详情
源自:5-1 jQuery Mobile Ajax和Ajax 跨域

关于url部分的设置

为啥老师url是https://crossorigin.me/www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getDetailInfoByTrainCode?UserID=&TrainCode=G1(关于跨域的部分我修改了)可以 但我这里一定要https://crossorigin.me/http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getDetailInfoByTrainCode?UserID=&TrainCode=G1(多一个 http://)才行?

提问者:qq_没有技术的宅_0 2016-09-05 20:39

个回答

  • qq_没有技术的宅_0
    2016-09-05 20:42:41

    $.get(url,{TrainCode:"G1"},function(data){

    console.log(data);

    $.mobile.loading("hide");});

    的第二个参数是干什么用的??  加上去之后会影响url,在我这里也会导致错误。。  有谁知道为什么吗??