Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

为什么app.js中写在后面的中间件会比前面的先执行?

$
0
0

用nodejs建了一个服务器, 在访问网页的时候, 除了第一次访问, 之后的访问都会报错Error: Can’t set headers after they are sent. 我看了一下貌似是因为后面的中间件比路由先执行了, 但是不太明白为什么会这样? app.js : app.png

routes : routes.png

console : console.png


Viewing all articles
Browse latest Browse all 14821

Trending Articles