标签: typescript
const names: string[] = []; const names = [] as string[];
在TypeScript中,以上两个语句之间在语义上有区别吗?如果是这样,什么时候我们更愿意选择一个?
答案 0 :(得分:3)
很简单:
as