int length() : 返回字符串的长度: return value.length; char charAt(int index) : 返回某索引处的字符return value[index]; boolean isEmpty() ...
確定! 回上一頁