# 生成id

genId(length)
length: id长度

基础用法

let id = this.$cc.genId(20)
console.log(id)
Last Updated: 8/16/2021, 2:18:04 PM