什么是window.js相当于window = value?

什么是window["myvar"] = value相当于window["myvar"] = value

要设置全局variables,请使用global而不是window

 global["myvar"] = value