最新回答 / kym
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
2015-06-26
最赞回答 / 准架构师
教程中的跨域 "www.crosproxy.com" 不能用了,你用“http://cors.itxti.net/”试试,例如: http://cors.itxti.net?www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationName
2015-06-05
最赞回答 / 找到魔法石的噜噜酱
如果是用jQ-M的话,加载在新版本的chrome上是有一些问题的。可以试下在 <script src="js/jquery.mobile-1.4.5.min.js"></script>语句之前加上 <script> $(document).bind('mobileinit',function(){ $.mobile.changePage.defaults.changeHash = false; $.mobile.hashLi...
2015-05-20
最新回答 / 杨颖
这个http://www.corsproxy.com/ 好像不能访问了搜索调用http://www.corsproxy.com/www.webxml.com.cn/WebServices/TrainTimeWebService.asmx/getStationAndTimeDataSetByLikeTrainCode?UserID=&TrainCode=G1 就不能用了吧
2015-05-07