怎么题目都没有写完,如果要过滤非数字字符,可以这么做:这是java中的:String s = "ak123x456 17960?302gef4563#";String s2 = s.replaceAll("[^\\d]", "");