📜  键入'字符串 | undefined' 不能分配给类型 'string'. - 无论代码示例
📅  最后修改于: 2022-03-11 14:58:17.183000             🧑  作者: Mango
代码示例3
let name1:string = person.name!;
// ^ note the exclamation mark here