运行 ❯
获得你的
自己的 Node
服务器
×
更改方向
更改主题,浅色/深色
前往 W3School 提供的空间
let x = 'hello'; console.log(((x as unknown) as number).length); // x is not actually a number so this will return undefined
prog.ts(2,40): error TS2339: Property 'length' does not exist on type 'number'.