摘要: Math类概述: 包含用于执行基本数字运算的方法, 成员方法: public static int abs(int a) public static double ceil(double a) public static double floor(double a) public static in 阅读全文
posted @ 2018-11-13 17:49 红豆· 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 正则分割功能: public String【】 split(string str) 替换功能: public String replaceAll(String regex, String replacement) 正则表达式的分组功能: 阅读全文
posted @ 2018-11-13 10:26 红豆· 阅读(130) 评论(0) 推荐(0) 编辑