searchBtn.button("option", "disabled", true); //只對input類型為button的按鈕才有效,對<button>標簽會報錯
2017-07-24
url3 = "http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByTrainCode?TrainCode=&UserID=string";
2017-07-23
url1 = "http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByStationName?StartStation=string&ArriveStation=string&UserID=string";
url2 = "http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByTrainCode?TrainCode=string&UserID=string";
url2 = "http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByTrainCode?TrainCode=string&UserID=string";
2017-07-23
最新回答 / 慕前端3377544
已解決,原來是url2的正確寫法是?var url2 =//通過火車車次查詢火車時刻表---LikeTrainCode? ? ?"www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeDataSetByLikeTrainCode?UserID=";
2017-07-05
像這樣var urlPre = "http://crossorigin.me/http://";
var url1 = "ws.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByStationName?UserID=";
var url1 = "ws.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeByStationName?UserID=";
2017-07-03