为啥老师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://)才行?
$.get(url,{TrainCode:"G1"},function(data){
console.log(data);
$.mobile.loading("hide");});
的第二个参数是干什么用的?? 加上去之后会影响url,在我这里也会导致错误。。 有谁知道为什么吗??