(async () => { const paths = await globby(['images','photos'],{ expandDirectories: true }); console.log(paths); })(); ...
確定! 回上一頁