localhost:3000 会自动访问 static 配置中的index.html
我在router 中设置了 ‘/’ 路径 , 但我访问localhost:3000 还是会访问 static 配置中的index.html ,而 router.get(’/’) 中的回调 没有执行,请问大神,这是啥原因
2 回复
大神啊,教教小白我把~大神啊,教教小白我把~
把第7行的app.use放到router后面