2012年9月4日

sencha touch 访问.net WebServices的方法

摘要: var resp = Ext.Ajax.request({ method: "post", headers: { 'Content-Type': 'application/json;utf-8' }, url: 'AppService.asmx/' + "getTradePackageDetail" + '?r=' + (new Date().getTime()) + Math.random(), async: true, //异步执行 success: function (response 阅读全文

posted @ 2012-09-04 12:00 兰陵 阅读(149) 评论(0) 推荐(0)

导航