<!--template.html-->
<html>
<head>
<title>{$title}</title>
</head>
<body>
{$body}
</body>
</html>
<!--Template.asp-->
<%
TemplateCode=Load("template.html")'自定義函數,裝載模板文件到TemplateCode
TemplateCode=Replace(TemplateCode,"{$title}","asp模板引擎終結者")'替換模板
TemplateCode=Replace(TemplateCode,"{$body}","asp模板引擎終結者內容")'替換模板
Response.Write TemplateCode
%>新聞熱點
疑難解答