util '); util(); # util.js var counter = 0; module.exports = function () { return ++counter; } >> node index.js # what will this output?
確定! 回上一頁