freemarker 的 include指令,引入另一个页面
时间:2014-01-17 08:41:29
收藏:0
阅读:937
from http://www.oecp.cn/hi/LOLA/blog/2056
<html>
<head>
<title>Test page</title>
</head>
<body>
<h1>Test page</h1>
<p>Blah blah...
<#include "/copyright_footer.html">
</body>
</html>
原文:http://www.cnblogs.com/passer1991/p/3522693.html
评论(0)