promise THEN chain call implementation // introduce the FS module const fs=require('fs'); const p=new Promise((resolve,reject)=>{ fs.readFile('.
確定! 回上一頁