2010年5月3日

jquery+ajax异步通讯(二)

摘要: 今天介绍第二种方式:简单的WebService异步调用1.js代码:function GetAsmxServer(){ $.ajax({ type: "POST", url: "AjaxTest.asmx/GetAsmxServer", data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", suc... 阅读全文

posted @ 2010-05-03 20:18 Codechen 阅读(347) 评论(0) 推荐(0)

导航