Java-常用类(Pattern、Matcher、Math、Random、System、BigDecimal、Date、SimpleDateFormat、Calendar类)

部分类功能方法举例 1.Parrern类和Matcher类 获取字符串中由三个字符组成的字符串 public static void main(String[] args) { String s = "jin tian wo zhen de hen lei, dan shi wo han shi bu neng xiu xi"; String regx = "\\b
相关文章
相关标签/搜索