最好能够格式化像这样的代码
<%- include('header')%>
<h1>
<%=name.toUpperCase() %>
</h1>
<p>hello,
<%= name%>
</p>
<%- include('footer')%>
怪我咯2017-04-17 16:38:14
vscode 사용자가 구성한 파일 연결을 설정하고 ejs를 html에 연결합니다.
<코드>"files.associations": { "*.ejs": "html" }
곧