实用工具uidOn this pageuidtype UidType = () => string生成一个唯一标识的字符串。参数无参数。返回返回一个 string 类型的值,代表唯一标识。示例import { uid } from "luoye-tools"console.log(uid()) // => 打印 "A5Os8CK3sg26wXGmY"