摘要: 实体类 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) ... 阅读全文
posted @ 2013-10-28 14:37 扯 阅读(2755) 评论(0) 推荐(2) 编辑