摘要: using System;using System.Collections.Generic;using System.Text;using System.Data;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Console.Write(DataTableToJson(MyTable())); Console.Read(); } //"{\"totalpage\":\... 阅读全文
posted @ 2011-11-22 13:05 永远没有尽头 阅读(4658) 评论(2) 推荐(1) 编辑