Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Created July 16, 2016 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1exlism/ed1a719e4c5b6c5f837f2cdf981fc71f to your computer and use it in GitHub Desktop.
Save a1exlism/ed1a719e4c5b6c5f837f2cdf981fc71f to your computer and use it in GitHub Desktop.
>https://github.com/nswbmw/N-blog/wiki/第1章--一个简单的博客
ejs 的标签系统非常简单,它只有以下三种标签:
<% code %>:JavaScript 代码。
<%= code %>:显示替换过 HTML 特殊字符的内容。
<%- code %>:显示原始 HTML 内容。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment