为了账号安全,请及时绑定邮箱和手机立即绑定

头部尾部引入怎么做的

<!-- #BeginLibraryItem "/include_test/header.dwt" --><!-- EenLibraryItem -->

为什么写那句代码就引入了模板,原理是什么,用到了什么,过程是怎样的

正在回答

2 回答

smarty框架中

<{include file="header.tpl" title="使用Smarty模板完成网站开发"}>
<table border="1" align="center" width="90%" cellpadding="3" cellspacing="0">
	<caption><h1> <{$tableName}></h1></caption>
	<tr bgcolor="#cccccc">
		<th>编号</th><th>姓名</th><th>性别</th><th>年龄</th><th>电子邮件</th>
	</tr>
   <{foreach $users as $k=>$v }>
    <tr>
        <{foreach $v as $key=>$value}>
        <{if $key =="sex"}>
        	<{if $value == "男"}>
        		<td bgColor="red">男</td>
        	<{elseif $value == "女"}>
        		<td bgColor="green"> 女 </td>
        	<{else}>
        		<td bgColor="blue"> 未知 </td>
        	<{/if}>
        <{else}>
        	<td> <{$value}> </td>
        <{/if}>
        <{/foreach}>
    </tr>
    <{/foreach}>
</table>
<center>共查找到<b> <{$rowNum}> </b>条记录</center>
<{include file="footer.tpl" author="开发者"}>


0 回复 有任何疑惑可以回复我~

这块是php的内容,不同后端语言引入模版的方式不一样

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

头部尾部引入怎么做的

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信