日期:2014-05-18 浏览次数:21107 次
 $.ajax({
                    type: "post",
                    url: "AjaxLoginAsmx.asmx/UpdataRowValue",
                contentType: "application/json;charset=utf-8", 
                    //
                   dateType: "json",
                   data: "({\"id\":\"" + this.id + "\",\"city\":\"" + city + "\",\"name\":\"" + name + "\",\"num\":\"" + num + "\"})",
                    success: function(de) { alert(de) },
                    error: function(html) { alert(html); }
                });