最好能够格式化像这样的代码
<%- include('header')%> <h1> <%=name.toUpperCase() %> </h1> <p>hello, <%= name%> </p> <%- include('footer')%>
学习是最好的投资!
正则表达式自己替换一下就行
设置vscode用户配置的文件关联,把ejs关联到html。
"files.associations": { "*.ejs": "html" }
soonfy
正则表达式
自己替换一下就行
设置vscode用户配置的文件关联,把ejs关联到html。
soonfy