var debugLevel = 0;. if ('NODE_DEBUG' in process.ENV) debugLevel = 1;. function debug (x) {. if (debugLevel > 0) {. process.stdio.writeError(x + '\n');. }.
確定! 回上一頁