Node.js 注意

15 阅读1分钟
    • Node.js 中不能使用BOM和DOM的API,可以使用console和定时器API
    • Node.js中的顶级对象为global,也可以使用globalThis访问顶级对象