以下是程序部分:
以下是模板部分:
<html>
<head>
<title>{$title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<table border="1" align="center" width="90%">
<tr>
<td>{$title}</td>
</tr>
<tr>
<td>{insert name='hit'}</td>
</tr>
<tr>
<td>{$content}</td>
</tr>
<tr>
<td>{$datetime}</td>
</tr>
</table>
</body>
</html>
以上程序,本人在不断的维护中,同时也在把自己所学的与实际开发尽量结合起来,因为我是个初学者,并且
自己水平很差,有很多东西不明白,希望各位同行指导