Appearance
判断字符串中是否包含 Unicode 字符
Unicode
string
boolean
import { hasUnicode } from '@lichang666/utils' hasUnicode('你好') // false hasUnicode('你好\u200b') // true