我的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 会存在换行,而且很多空格 的? 恳求帮助。谢谢。