As said, fs.readFile is an asynchronous action. It means that when you tell node to read a file, you need to consider that it will take some ...
確定! 回上一頁