声明program变量 通过ES6模块方式导入 // index.mjs import { Command } from 'commander/esm.mjs'; const program = new Command(); 扩展阅读 commander工具随记