这篇文章介绍了JQuery 获取json数据$.getJSON方法的实例代码,有需要的朋友可以参考一下 前台: function SelectProject() { var a = new Array; var r = window.showModalDialog('SelProject.aspx', a, "dialogWidth=1000px; dialogHeight=600px; resizable: yes"); if (typeof (r) != 'undefined')…
实体类 public class User { public int Id { get; set; } public string Name { get; set; } public int Age { get; set; } } 2.webthod方法 [WebMethod] public static User Insert(string q, User user) { return new U…