gghggh 发表于 2006-11-1 21:35:48

本地保存html所用的的模板怎么做?

本地保存html所用的的模板怎么做?

ok123zyz 发表于 2006-11-15 23:53:23

无人回答,我顶你一下,我同样的问题。

火车头 发表于 2006-11-16 11:22:21

程序目录\LocoySpider3.0\System\html_tpl.html



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>[标签:标题]</title>
<style>
body { background-color:#F1F1F1;}
td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;line-height:180%; }
</style>
</head>
<body>
<table cellspacing="1" cellpadding="3" border="0" bgcolor="#666666" width="780" align="center">
<tr bgcolor="#FFFFFF">
<td align="center">火车采集器HTML导出模板</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>[标签:标题]</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>[标签:作者]</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>[标签:时间]</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>[标签:来源]</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>[标签:内容]</td>
</tr>
</table>
</body>
</html>

no365 发表于 2007-2-2 13:54:40

谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!谢谢!!!!!!!!!!!!!!!!!!!!!!!

shiye000 发表于 2007-3-25 00:52:14

那分页呢?采集的软件上说遇到P#P会自动分页 怎么输出之后没有自动分页

sky 发表于 2007-3-25 12:47:35

原帖由 shiye000 于 2007-3-25 00:52 发表
那分页呢?采集的软件上说遇到P#P会自动分页 怎么输出之后没有自动分页
貌似“p#p”是dedeCMS的分页标记
页: [1]
查看完整版本: 本地保存html所用的的模板怎么做?