摘要:
public static class LogParser { /// /// 对象转为JSON /// /// /// public static string Parse(Object model) { if (model == null) { return "null"; } Type typ 阅读全文
posted @ 2018-12-28 17:56
Alvin.Lee
阅读(1018)
评论(0)
推荐(0)