摘要: getJSON与aspx准备工作·Customer类public class Customer{public int Unid { get; set; }public string CustomerName { get; set; }public string Memo { get; set; }public string Other { get; set; }}(一)ashxCustomer customer = new Customer { Unid=1,CustomerName="宋江",Memo="天魁星",Other="黑三 阅读全文
posted @ 2011-03-29 22:03 子午 阅读(957) 评论(0) 推荐(0) 编辑