SherryJiang1130

Results 3 comments of SherryJiang1130

不能打包多页面入口文件吗?这样配置build之后只有一个html文件,下面html,也不能配置两个.ejs文件,需要打包出两个html文件,怎么搞? ![image](https://user-images.githubusercontent.com/29419364/42408728-0c1df94a-8203-11e8-8363-81299a6b66ea.png)

function transformStr(str) { let s = '' str.split(',').reduce((prev, cur, index, array) => { let pre = index > 0 ? array[index - 1] : null; if (pre) { s +=...

可以处理跨域吗?