java利用正则表达式切分字符串String s="正则表达式";怎样用正则表达式把这句话切为正 则 表 达 式 这5个字。 Java 正则表达式 [解决办法]
String s="正则表达式";String[] ss = s.split("");