const globby = require('globby'); const path = require('path');const htmlDir = './html'; const glob = '**/*.html';const ALLHTML = globby(path.join(htmlDir, ...
確定! 回上一頁