In Node.js, the __dirname and __filename global variables contain the directory path and the file path of the currently executing script file, respectively.
確定! 回上一頁