String类里都有什么方法
时间: 2024-05-26 19:10:15 浏览: 44
String类中常用的方法有:charAt、codePointAt、codePointBefore、codePointCount、compareTo、concat、contains、endsWith、equals、equalsIgnoreCase、format、getBytes、hashCode、indexOf、isEmpty、lastIndexOf、length、matches、regionMatches、replace、replaceAll、replaceFirst、split、startsWith、subSequence、substring、toCharArray、toLowerCase、toString、toUpperCase、trim。
阅读全文