2011年4月15日
摘要: asmx.csusing System.Web.Script.Services;[System.Web.Script.Services.ScriptService]public class test : System.Web.Services.WebService{ [ScriptMethod(UseHttpGet = true)] public void testMethod(int id) { }}js$.ajax({ url: 'test.asmx/testMethod', dataType: "json", data: "id=2" 阅读全文
posted @ 2011-04-15 18:22 一粒沙 阅读(359) 评论(0) 推荐(0) 编辑