最好能够格式化像这样的代码
<%- include('header')%> <h1> <%=name.toUpperCase() %> </h1> <p>hello, <%= name%> </p> <%- include('footer')%>
学习是最好的投资!
正規表示式自己替換一下就行
設定vscode使用者設定的檔案關聯,把ejs關聯到html。
"files.associations": { "*.ejs": "html" }
soonfy
正規表示式
自己替換一下就行
設定vscode使用者設定的檔案關聯,把ejs關聯到html。
soonfy