In Node.js, __dirname is always the directory in which the currently executing script resides (see this). So if you typed __dirname ...
確定! 回上一頁