Promise-based operations return a promise that is fulfilled when the asynchronous operation is complete. import { unlink } from 'fs/promises'; try { await ...
確定! 回上一頁