length() 方法用于返回字符串的长度。
长度等于字符串中 16 位 Unicode 代码单元的数量。
public int length()
返回字符串长度。
public class Test {Java lastIndexOf() 方法Java matches() 方法