提交 e40b5e6a 编写于 作者: W weixin_42146585

Mon Dec 25 22:41:00 CST 2023 inscode

上级 3a930050
let name0: string = "Alice"; let name0: string = "Alice";
let age: number = '28'; let age: number = 28;
let isActive: boolean = true; let isActive: boolean = true;
// 函数参数和返回值的类型注释 // 函数参数和返回值的类型注释
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册