第一步,引用Newtonsoft.Json包。第二步,你的datatable是绑定了一个List<>对像吧,那这样写就好了。string json = JsonConvert.SerializeObject(new {code=0,msg="",count=2, data = lists });基本上就是这样啦,希望采纳。