// 通过 CommonJS 规范导入 css 模块 require('./main.css'); // 通过 CommonJS 规范导入 show 函数 const show = require('./show.js'); // 执行 show 函数 show('Webpack');