1. 下面示例中会导致编译报错的有?
A. let x: number = null;
B. let x: number | null = null;
C. let y: string = null;
D. let y: string = 100;
看来GPT对这种标准概念选择,也没有统一的说法。
- 文心一言:CD + A
- 通义千问:ACD
2. 下面哪个组件层次结构是错误的:
A. List>ListItem>Column
B. Column>List>ListItem
C. Grid>Row>GridItem
D. Grid>GridItem
错了三遍的题目....,第一次选了A
看看GPT的解释,还是没有用的
通义 B ×
文心C √