2018年4月11日
摘要: 这里记一下,使用的方法: 1.将DataSet转成Json public string GetList() { string strsql = "select * from info "; DataSet ds = SQLHelp.Query(strsql); return Newtonsoft.J 阅读全文
posted @ 2018-04-11 11:29 一个小目标一次坑记录 阅读(276) 评论(0) 推荐(0)