global
global 是 globalThis 的旧别名,定义在 Node.js 中。
¥global is a legacy alias for globalThis, as defined in Node.js.
建议使用 globalThis,而不是 global。
¥The use of globalThis is recommended over global.
global 是 globalThis 的旧别名,定义在 Node.js 中。
¥global is a legacy alias for globalThis, as defined in Node.js.
建议使用 globalThis,而不是 global。
¥The use of globalThis is recommended over global.