📅  最后修改于: 2022-03-11 15:01:51.283000             🧑  作者: Mango
代码示例1
//Two ways to access global
> console.log(global)
//or
> global
//Adding new property to global
> global.car = 'delorean'