fs.readFile(path, [options], callback) Fetching the data contained by the path file can be accomplished in one step: fs.readFile('/etc/passwd', (err, ...
確定! 回上一頁