t********k 发帖数: 808 | 1 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: threestick (天马行空), 信区: BuildingWeb
标 题: 如果实现文章分页的HTML代码匹配?
发信站: BBS 未名空间站 (Tue May 8 03:14:36 2007), 转信
用户提交了一篇文章
有可能包含HTML代码
比如说table表格
那如何实现这种文章的分页呢?
有些网站好象有分页的
不知道是如何实现代码匹配的
比如分页时正好把表格一分为二了 | m******t 发帖数: 2416 | 2 Use regular expressions to look for and make sure your page
breaks don't fall in between?
Although note that it's a security risk to render user submitted html code
as is. |
|