Express ejs 3.*版本 引用 <% include header %> HTML 会换行。恳求帮助,谢谢大家。
发布于 11 年前 作者 yaobo 4684 次浏览 最后一次编辑是 8 年前

我的HTML 页面布局是这样的: <!DOCTYPE html> <html> <head> <meta charset=“UTF-8” /> <title><%= title %></title> <meta name=“description” content=""> <meta name=“keywords” content=""> <% include resource %> </head> <body> <% include header %> <h1><%=title%></h1> <h4>what a fucking day</h1> <p>Welcome to <%= title %></p> </body> </html>

为什么浏览页面时,body 会存在换行,而且很多空格 的? 恳求帮助。谢谢。

回到顶部