为了账号安全,请及时绑定邮箱和手机立即绑定

nodejs 小白求问静态文件读取的路径问题

nodejs 小白求问静态文件读取的路径问题

守着星空守着你 2018-08-28 10:10:17
var express = require("express");var app = express(); app.use(express.static('public')); app.listen(3000);public文件夹下有个index.htmlhttp://127.0.0.1:3000/index.htmlhttp://127.0.0.1:3000/这样都能直接打开index.html然而http://127.0.0.1:3000/public/...这样输入反而是错误的.这样有什么区别吗?还有看教程 明明有app.use(express.static('public'));就可以访问静态html了,教程上还加app.get('/index.html',function(req,res){     res.sendFile(__dirname+"/index.html"); });请问这么做有什么意义吗?
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 946 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信