fs.readFile('demofile.txt', 'utf8', function(err, data) { if (err) throw err; ... accessSync(), Same as access(), but synchronous instead of asynchronous.
確定! 回上一頁