Skip to content

Instantly share code, notes, and snippets.

@LeezQ
Created May 11, 2015 04:34
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 LeezQ/c979b8c7ca0ea4b3e3dd to your computer and use it in GitHub Desktop.
Save LeezQ/c979b8c7ca0ea4b3e3dd to your computer and use it in GitHub Desktop.
jade 中使用 Inline script
simply use a 'script' tag with a dot after.
script.
var users = !{JSON.stringify(users).replace(/<\//g, "<\\/")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment