引入了静态类型
let a = 100;a = '100';a = true;
let a = 100;
a = '100';
a = true;
最终会被编译成JS
若有收获,就点个赞吧
0 人点赞
让时间为你证明