代码如下://测试StringBuilder的运行效率 public static void Fun2() { #region string string str = “我喜欢编程!”; //提供一组方法和属性,可用于准确地测量运行时间。 Stopwatch stopw = new Stopwatch(); //开始或继续测量某个时间间隔的运行时间。 stopw.Start(); for (int i =