最新回答 / 巨石老怪
返回的數據是:<?xml version="1.0" encoding="utf-8"?><ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://WebXml.com.cn/">? <string>G1</string>? <string>北京南&l...
2016-12-05
最新回答 / 哎狐狐
http://cors.itxti.net/?www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getDetailInfoByTrainCode?UserID=&TrainCode=G1 之前那個跨域沒用的話可以用這個,你可以看看視頻下面的評論啊,有很多可以用的
2016-11-20
最新回答 / qq_沒有技術的宅_0
$.get(url,{TrainCode:"G1"},function(data){ console.log(data); $.mobile.loading("hide");});的第二個參數是干什么用的?? ?加上去之后會影響url,在我這里也會導致錯誤。。 ?有誰知道為什么嗎??
2016-09-05