摘要:
//自定义扩展方法 public static class ExtMethod { //泛型转为DataTable public static DataTable AsDataTable(this IEnumerable data) { ... 阅读全文
posted @ 2015-05-13 16:22
如梦不是梦
阅读(290)
评论(0)
推荐(0)
摘要:
//方法一:直接返回序列化后的json文件 public static HttpResponseMessage ConvertToJson(this Object obj) { String str=""; ... 阅读全文
posted @ 2015-05-13 10:46
如梦不是梦
阅读(278)
评论(0)
推荐(0)