Express ejs 3.*版本 引用 <% include header %> HTML 会换行。恳求帮助,谢谢大家。
发布于 2年前 作者 yaobo 966 次浏览

我的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 %>

<%=title%>

what a fucking day

Welcome to <%= title %>

</body> </html>

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

回到顶部