W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
let x = 'hello'; console.log(((x as unknown) as number).length); // x 实际上不是一个数字,所以这将返回 undefined