1、方法
const formatStr = (str) => {
const value = str.replace(
/[`:_~!@#$%^&*() \+ =<>?"{}|, \/ ;' \\ [ \] ·~!@#¥%……&*()—— \+ ={}|《》?:“”【】、;‘’,。、-]/g,
'',
)
return value
}
const formatStr = (str) => {
const value = str.replace(
/[`:_~!@#$%^&*() \+ =<>?"{}|, \/ ;' \\ [ \] ·~!@#¥%……&*()—— \+ ={}|《》?:“”【】、;‘’,。、-]/g,
'',
)
return value
}