readFile (file, 'utf8', callback);. Now, let's look at the asynchronous part. Let's add an extra line to the preceding code: const fs = require('fs'); let ...
確定! 回上一頁