readFileSync(copiedPath)) /** * @des 方式二*/ // fs.copyFileSync(copiedPath, resultPath) console.log('success'); } catch (error) ...
確定! 回上一頁