(1)、length()和capacity() 一个StringBuffer当前长度可通过length()方法得到,而整个可分配空间通过capacity()方法得到。 (2)、ensureCapacity() 设置缓冲区的大小 void ensureCapacity(int capacity) (3)、setLength() 设置缓冲区的长度 void setLength(int len) (4)、charAt()和setCharAt() char charAt(int wh...
是,我测试了 public class TestCharAt{ public static void main(String [] args){ String str = "...