
String regex = “(.)1+”;
1 |
public static void main(String[] args) { |
方法调用
1 |
public static void splitDemo(String str,String regex){ |
控制台打印的结果


String regex = “(.)1+”;
1 |
public static void main(String[] args) { |
1 |
public static void splitDemo(String str,String regex){ |

近期评论