Set SB =MyApp.StringBuilder SB.Clear() ''必须先清空原来的 SB.Append "string1" SB.Append "string2" SB.Append "string3" '....... theReusltString = SB.toString