摘要:
准备工作 ·Customer类 publicclassCustomer{publicintUnid{get;set;}publicstringCustomerName{get;set;}publicstringMemo{get;set;}publicstringOther{get;set;}}(一)ashx Customercustomer=newCustomer{Unid=1,CustomerName="宋江",Memo="天魁星",Other="黑三郎"};stringstrJson=Newtonsoft.Json.Js 阅读全文