https://files.cnblogs.com/files/lihuali/jq.template.zip

<script ></div>

@section scripts{
<script type="text/javascript">

    var data = {
         title: '标签',
         list: ['文艺', '博客', '摄影', '电影', '民谣', '旅行', '吉他']
     };
    var html = template('test', data);
    console.log(html);
    document.getElementById('content').innerHTML = html;

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2022-03-10
  • 2022-02-17
  • 2022-02-24
  • 2022-02-01
猜你喜欢
  • 2021-09-13
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-02-03
  • 2021-12-05
  • 2021-11-18
相关资源
相似解决方案