If you are using NodeJS then the top-level scope is not the same as the global scope. If you use var foobar in a NodeJS module it is local ...
確定! 回上一頁