ts 常用api和特性
摘要:
typeof 获取变量的类型:在运行时检查变量的类型 类型查询:在类型注解中引用现有变量的类型 cont person= { name: 'xman', age: 18 }; type Person = typeof person; // 此时Person类型如下: type Person = { 阅读全文
posted @ 2024-07-07 23:24 sss大辉 阅读(33) 评论(0) 推荐(0) 编辑
posted @ 2024-07-07 23:24 sss大辉 阅读(33) 评论(0) 推荐(0) 编辑
posted @ 2024-07-07 23:03 sss大辉 阅读(108) 评论(0) 推荐(0) 编辑
posted @ 2024-07-07 22:53 sss大辉 阅读(92) 评论(0) 推荐(0) 编辑