09 2019 档案
摘要:outputDir assetsDir indexPath必须填 module.exports = { publicPath: process.env.NODE_ENV 'production' ? './' : '/', outputDir: "dist", assetsDir:"static", indexPath:'index.html', devServer: { overlay: { w
阅读全文
摘要:/* 实现一个字符串头尾去除空格的函数 注意需要去除的空格,包括全角、半角空格 暂时不需要学习和使用正则表达式的方式 */ function removeRepetition(str) { var result = [].filter.call(str,(s,i,o)=>o.indexOf(s)==i).join(''); return result; } /...
阅读全文

浙公网安备 33010602011771号