MongoHelper.ToJson能输出不带空格的json吗 { “_id” : 1, “Name” : “adsf” } 换成这种 {“Id”:1,“Name”:“adsf”}
试了挺多参数都不行,加了个Newtonsoft.Json☹