暑假周记(8.13)

发布时间 2023-08-16 19:39:25作者: 夏季彼岸德
replace(int start, int end, String str):使用给定String中的字符替换此序列的子字符串中的字符
int capacity():当前容量
char charA(int index):返回此序列中指定索引处的char值
void ensureCapacity(int minimumCapacity):确保容量至少等于指定的最小值
void getChars(int srcBegin, int srcEnd, char[] dst, int dstBegin):将字符从此序列复制到目标字符数组dst
int indexOf(String str)
int indexOf(String str, int fromIndex)
int lastIndexOf(String str)
int lastIndexOf(String str, int fromIndex)
int length()