__dirname 表示当前文件所在的目录的绝对路径; __filename 表示当前文件的绝对路径; module.filename ==== __filename 等价; process.cwd() 返回运行 ...
確定! 回上一頁