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