最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php Http_Template_IT类库进行模板替换
时间:2023-10-20 09:53:58 编辑:袖梨 来源:一聚教程网
php Http_Template_IT模板替换实现代码
两个简单模板:
代码如下:
<html>
<head>
<title>{title}</title>
</head>
<body>
<font color=red size=6><center>{title}</center></font>
<hr>
<pre>{body}</pre>
</body>
</html>
代码如下:
<html>
<head>
<title>{title}</title>
</head>
<body>
<font color=green size=7><center>{title}</center></font>
<pre>{body}</pre>
</body>
</html>
必须先安装Http_Template_IT类库
代码如下:
<?php
require_once "HTML/Template/IT.php";
//创建新的HTML_Template_IT对象,其中参数为模版文件所在路径
$template = new HTML_Template_IT('templates/');
//读取模版文件,通过读取地址栏上的参数获得模版信息
$template->loadTemplateFile($_GET['template'].".htm");
//设置模版中的参数
$template->setVariable('title', 'HTML_Template_IT');
$template->setVariable('body', 'Hello World');
//显示页面
$template->show();
?>
在浏览器中写入如下,会发现模板替换效果:
http://local*host*:*8082/file:/F:/php/phpcode/23/23.4.3/23.4.3.php?template=T2
http://loca*l*h*ost:8082/file:/F:/php/phpcode/23/23.4.3/23.4.3.php?template=T1
相关文章
- 星球重启整容卡能换性别吗 整容卡性别更换方法 12-24
- 智学网网页版登录入口-智学网学生端官网登录 12-24
- 星球重启摩得尔避难所的音乐关闭方法 12-24
- pubg mobile国际版下载安装ios最新版-pubg国际版地铁逃生下载安卓版 12-24
- Sora官网入口地址在哪-Sora官网入口地址全收录 12-24
- 星球重启50级开放时间一览 50级什么时候开 12-24