我爱Aspx >> Asp.Net >> 请教jsp网站后台静态生成html的实现思路out.print(e.toString());
}
%>
2. template.htm
<html>
<head>
<title>###title###</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="../css.css" rel=stylesheet type=text/css>
</head>
<body>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td align="center">###title###</td>
</tr>
<tr>
<td align="center">author:###author### </td>
</tr>
<tr>
<td>###content###
</td>
</tr>
</table>
</body>
</html>
第18楼. 由 hanshengchuan 于 2007-6-8 9:29:03 发表
应该是先生成xml,在用xml去去显示html吧~!
Ҷƪл˵?
在mdi窗口,如何将子窗口列为当前..[07-06]
新手请教简单问题[07-06]
【99%的人没见过的ASP注入,等待..[07-06]
为什么我从网上抓取的数会有总是[07-06]
如何写一个DAT文件,将dbf文件的..[07-06]
hibernate如何读取ORACL中的blob..[07-06]
关于数据库连接池的难题,DBCP,想..[07-06]
多表查询:用同一个SQL语句对两数..[07-06]
求教:我这段循环语句错在哪里的?[07-06]
最近几天在学STRUTS,有个超级菜..[07-06]