In this code, file is being opened and read successfully. var objFs = require('fs') async function openFile() { await objFs.open('new.js', 'r', ...
確定! 回上一頁