Node.js seems to use different rules to attach variables to the global object whether this is done in the REPL or in a script.$ node> var a = 1;undefined> ...
確定! 回上一頁