ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
>[success] # 使用 ~~~ 1.因为'validatorOf' 是一个'Promise' 对象,因此使用的使用 是用'then','catch' 形式 ~~~ ~~~ import 'reflect-metadata' import MyPerson from '../src/model/module/MyPerson' const myPerson = new MyPerson() myPerson.name = '' myPerson.validatorOf('name').then(res=>{ console.log(res) }).catch(e=>{ console.log(e) }) ~~~