Update 2017: I would use an async function if the environment supports it: async function readFiles(files) { for(const file of files) { await ...
確定! 回上一頁