C# Tostring()方法

  在C#中 JArray japroimg = new JArray();

      strproimg.ToString();这样会导致tostring之后的字符串中会有大量的空格

      使用  japroimg.ToString(Newtonsoft.Json.Formatting.None, null);的fomat方法会去除字符串中的空格

原文地址:https://www.cnblogs.com/woniucode/p/10044685.html