1、入门实例

首先我们来看一个简单模板:

复制代码
  <script type="template" id="template"> <h2> <a href="{{href}}"> {{title}} </a> </h2> 
        		

网友评论