var name = '1字BB符CC串' var reg = /[\u4e00-\u9fa5]/g; var names = name.match(reg); name = names.join(""); //返回 字符串