writeFileSync('date.txt', timestamp); contents = fs.readFileSync('date.txt'); console.log('Checking the contents'); // 1 console.assert(contents ...
確定! 回上一頁