使用環(huán)境:操作少量的數(shù)據(jù)使用 String;單線程操作大量數(shù)據(jù)使用 StringBuilder;多線程操作大量數(shù)據(jù)使用 StringBuffer。