您好,看到了您回答的一个问题,正好是我目前关心的,想请教您一下:

2024-12-15 12:41:12
推荐回答(3个)
回答1:

1.区分
2.public class Test {
public static void main(String[] args) {
String str1 = "中,a,12文\\* E中 n1[lish";
System.out.println(str1.replaceAll("[^\u4e00-\u9fa5A-Za-z]*", ""));
}

}

回答2:

这些随便上网多可以找到

回答3:

哈哈哈哈