跟着 教程一步一步敲代码的时候 发现 <%- include header %>
<form method="post"> 标题:<input type="text" name="title" />
正文:
<textarea name="post" rows="20" cols="100"></textarea>
<input type="submit" value="发表" /> </form> <%- include footer %> 表单里不用加action 吗? app.post('/login',func)这样就能是处理/login页面接收到post请求?