使用Lua编写Web端模板引擎的实例代码分享(lua编辑器)快来看

随心笔谈2年前发布 编辑
126 0
🌐 经济型:买域名、轻量云服务器、用途:游戏 网站等 《腾讯云》特点:特价机便宜 适合初学者用 点我优惠购买
🚀 拓展型:买域名、轻量云服务器、用途:游戏 网站等 《阿里云》特点:中档服务器便宜 域名备案事多 点我优惠购买
🛡️ 稳定型:买域名、轻量云服务器、用途:游戏 网站等 《西部数码》 特点:比上两家略贵但是稳定性超好事也少 点我优惠购买


<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html lang=’zh-CN’ xml:lang=’zh-CN’ xmlns=’http://www.w3.org/1999/xhtml’>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″/>
<meta http-equiv=”Content-Language” content=”zh-CN”/>
<meta name=”robots” content=”index, follow” />
<link rel=”shortcut icon” type=”image/x-icon” href=”https://www.jb51.net/img/favicon.ico” />
<title> child’s personal page – 开源中国社区</title>
<link rel=”stylesheet/less” href=”http://my.oschina.net/lostchild/styles.less?ver=20131219&date=20131110185237″ type=”text/css” media=”screen” />
<link rel=”stylesheet” href=”https://www.jb51.net/js/2012/poshytip/tip-yellowsimple/tip-yellowsimple.css” type=”text/css” />
<link rel=”stylesheet” type=”text/css” href=”https://www.jb51.net/js/2011/fancybox/jquery.fancybox-1.3.4.css” media=”screen” />
<script type=”text/javascript” src=”https://www.jb51.net/js/2012/jquery-1.7.1.min.js”></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/2012/jquery.form.js”></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/2011/fancybox/jquery.fancybox-1.3.4.pack.js”></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/2012/poshytip/jquery.poshytip.min.js”></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/2011/oschina.js?ver=20121007″></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/2012/less-1.3.0.min.js”></script>
<script type=”text/javascript” src=”https://www.jb51.net/js/scrolltopcontrol.js”></script>
<script type=’text/javascript’ src=’https://www.jb51.net/js/jquery/jquery.atwho.js?ver=2013112501′></script>
<link rel=”stylesheet” type=”text/css” href=”https://www.jb51.net/js/jquery/jquery.atwho.css” />
<link rel=”alternate” type=”application/rss+xml” title=”lostchild最新博客” href=”http://my.oschina.net/lostchild/rss” />
<link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”http://my.oschina.net/action/xmlrpc/rsd?space=1397642″ />
<link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”http://my.oschina.net/action/xmlrpc/wlwmanifest?space=1397642″ />
{# echo(header) #}
</head>
<body>
{# echo(content) #}
<body>
</html>

© 版权声明

相关文章