摘要: /// /// 将实体类转换为json数据 /// /// public string getJsonInfo() { BillPostModel model = new BillPostModel(); model.amount =12; model.cid ="1"; model.id = "2"; model.payment_date ="2017-09-09"; model... 阅读全文
posted @ 2018-01-16 14:55 .NET_海 阅读(1150) 评论(0) 推荐(0) 编辑
摘要: public static class DataHelper { /// /// js 序列化器 /// static JavaScriptSerializer jss = new JavaScriptSerializer(); //注意:引用System.Web.Extensions.dll 类库 阅读全文
posted @ 2018-01-16 08:43 .NET_海 阅读(320) 评论(0) 推荐(0) 编辑