前端字段参数校验class checking {
constructor (ctx, ...obj) {
this.ctx = ctx
this.obj = obj
console.log(obj)
}
2021-10-19