这个解决了我用http://crossorigin.me/的问题~
var pre = "https://crossorigin.me/";
var url1 = "www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getDetailInfoByTrainCode?TrainCode=G1&UserID=";
使用pre+url时就会出现500错误, response为Error: Invalid URI
现在给url1加上http://可以解决这个问题 感谢答主~