标签: javascript node.js express
如何延迟帖子的回复。以下不起作用:
app.post(/endpoint/, function(req, res){ setTimeout(()=>res.send(""),1000); });