typescript-exercises(二)
亲善产生幸福,文明带来和谐。——雨果
题目:
1 | /* |
输出Error:
1 | index.ts(44,9): error TS2322: Type '{ name: string; age: number; role: string; }' is not assignable to type 'User'. |
答案:
1 | /* |
亲善产生幸福,文明带来和谐。——雨果
题目:
1 | /* |
输出Error:
1 | index.ts(44,9): error TS2322: Type '{ name: string; age: number; role: string; }' is not assignable to type 'User'. |
答案:
1 | /* |