2009年6月15日

摘要: Jquery调用WebService: eg:无参数 $.ajax({ type: "POST", contentType: "application/json;utf-8", url: "Service1.asmx/GetAllUser", data: "{}", //nothing success: function(data) { var json = eval('(' + data + '... 阅读全文
posted @ 2009-06-15 15:51 timo.li 阅读(385) 评论(0) 推荐(1)

导航