Express ejs 3.*版本 引用 <% include header %> HTML 会换行。恳求帮助,谢谢大家。
我的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 会存在换行,而且很多空格 的? 恳求帮助。谢谢。