pcplayer · 2008-06-05 13:47:45 · 阅读: 649 string := string +Char每次都要为 string 分配内存,当然低了。先一次分配足够内存,然后直接把char move 进去可能会快点? <空>