Tag: 非字母数字

用空stringreplace所有非字母数字字符

我试过使用这个,但没有工作 – return value.replaceAll("/[^A-Za-z0-9 ]/", "");