服务静态始终添加req.url

时间:2018-11-22 18:22:29

标签: node.js express

我在nodeJS的ExpressJs中使用serve-static, 但是我有问题 我知道这是一个功能而不是错误,但是我不想将req.url添加到我的根目录中。 当我写的时候:

  

var serve = serveStatic('rootDirectory',{index:'index.html'})

,例如,当我请求“ http://localhost/test”时 它提供的是rootDirectory / test,而不是“ rootDirectory /”。

我该如何避免?

1 个答案:

答案 0 :(得分:0)

好吧,我已经搜索了很多东西,我认为绝对的解决方案是自己用'fs'做到。还是谢谢你