回复:算了,还是问条题目吧,在mutithreading里用string

来源: 2010-02-11 20:23:19 [旧帖] [给我悄悄话] 本文已被阅读:

是不是在mutithreading 里只能用stringbuilder, 要不的话,一个thread改了value,新的string is created, the other thread is still holding the old string.

是不是这样?