In browsers, the top-level scope is the global scope. This means that within the browser var something will define a new global variable. In Node.js this is ...
確定! 回上一頁