博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
doT 模板引擎
阅读量:6794 次
发布时间:2019-06-26

本文共 636 字,大约阅读时间需要 2 分钟。

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script src="js/jquery-2.0.3.min.js"></script>
<script src="js/doT.min.js"></script>
</head>
<body>
<div id="interpolation"></div>
<script id="interpolationtmpl" type="text/x-dot-template">
{
{ for(var i=0;i<=it.length-1;i++){ if(it[i]==1){}}
<div>hello</div>{
{ } else{ }}
<div>Hi {
{=it[i]}}!</div>
{
{ } }}
{
{ } }}
</script>

</body>

<script>
$(function(){
var data = [1,2,3];
var interText = doT.template($("#interpolationtmpl").text());
$("#interpolation").html(interText(data));
})
</script>
</html>

转载于:https://www.cnblogs.com/BlingSun/p/7810505.html

你可能感兴趣的文章
滴滴出行基于RocketMQ构建企业级消息队列服务的实践
查看>>
我们总结了每个技术团队都会遇到的 4 个难题
查看>>
记一次吐血的ping: unknown host
查看>>
Java线程:线程的同步-同步方法
查看>>
高效awk编程第四版学习笔记
查看>>
CentOS6.7 DNS配置
查看>>
什么是Consul
查看>>
学习新技术,不再吃老本
查看>>
Tomcat最新本地提权漏洞
查看>>
OURS-IOTV2 物联网套件 各模块ID
查看>>
c语言冒泡排序
查看>>
公共资源情报(OSINT)工具Automater
查看>>
新版本eclipse导入旧版本插件
查看>>
Linux系统之程序包管理器-RPM
查看>>
Javascript中String
查看>>
清除WebLogic缓存
查看>>
11g rman 配置catalog
查看>>
时间戳格式化
查看>>
我的友情链接
查看>>
Tablacus Script Control 64
查看>>