You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
712 B
22 lines
712 B
1 year ago
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>demo</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>演示</h1>
|
||
|
<nav>简洁语法演示 | <a href="template-native/index.html">js 原生语法演示</a></nav>
|
||
|
<ul>
|
||
|
<li><a href="basic.html">基本例子</a></li>
|
||
|
<li><a href="no-escape.html">不转义HTML</a></li>
|
||
|
<li><a href="compile.html">在javascript中存放模板</a></li>
|
||
|
<li><a href="include.html">嵌入子模板(include)</a></li>
|
||
|
<li><a href="helper.html">访问外部公用函数(辅助方法)</a></li>
|
||
|
<li><a href="debug.html">错误调试</a></li>
|
||
|
<li><a href="print.html">print方法</a></li>
|
||
|
</ul>
|
||
|
</body>
|
||
|
</html>
|