Avoid using string concatenation when using __dirname and __filename ... var fullPath = path.join(__dirname,"/foo.js"); var fullPath = path.resolve( ...
確定! 回上一頁