You need to use readFileSync , your method is still reading the files asynchronously, which can result in printing the contents out of order ...
確定! 回上一頁