Appearance
获取指定长度的string
string
number
import { getRandomString } from '@lichang666/utils' getRandomString(2) // "lf" getRandomString(5) // "fvead"