C# String StringBuilder 區別 這篇博客,純參考。主要為了自己也復習一遍,過一下其中的原理。 string aTest = "abc";//分配固定的內存大小 aTest += "ddd"; ...