摘要:
$.ajax({url: "Default.aspx/Method",data: "{name:'hh',password:'123'}",type: "post",dataType: "json",contentType: "application/json;charset=utf-8",success: function(msg) {},error: function(xhr) {}});后台方法[WebMethod]public static string 阅读全文