摘要:
Using the StringBuilder Class.NET Framework 1.1The String object is immutable. Every time you use one of the methods in the System.String class, you create a new string object in memory, which requires a new allocation of space for that new object. In situations where you need to perform repeated mo 阅读全文
posted @ 2011-04-19 16:10
lyqandgdp
阅读(335)
评论(0)
推荐(0)