js判断字符串是否含有特殊字符和emoji表情reg = [~#^$@%&!?%*]gi if (reg.test(postdata.Name.trim())) {alert("姓名不能含有特殊字符") } else {if (isEmoj2023-03-23JavaScript230