checkExpression 校验输入的字符串是否符合web安全和禁止输入表情
import { checkExpression } from 'm-utilsdk/index'; let str='11111' checkExpression(str); // -> true
← urlParamsJoin genRandomKey →