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