在服务器上解释 RTF 并在 HTML 标记中回显结果,重新使用粗体、斜体、ul 和列表
我已经在网上爬行好几天了,但找不到我要找的东西。所以希望这里有人能给出答案。
我想构建一个网页,能够解释服务器上的 .rtf 文档,然后仅使用粗体、斜体、下划线标签以及项目符号和编号列表标签在浏览器中回显文本。最好使用 PHP,但如果是其他语言,那就没问题了(我想我也只是学了一下该语言)。
非常感谢!
干杯!
I've been crawling the web for days now and couldn't find exactly what I'm looking for. So hopefully someone here has an answer.
I'd like to build a webpage that is able to interpret an .rtf document on the server and then echo the text in the browser re-using only the bold, italic, underlined tags and bulleted and numbered list tags. Preferably using PHP, but if it's something else, that would be fine (I'd just have learn that language then a bit too, I guess).
Many thanks in advance!
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 Markdown。它是一种文本转 HTML 格式,与您在 StackOverflow 上找到的格式非常相似。
有几个 PHP 端口。我建议 PHP Markdown。
Check out Markdown. It's a text to HTML format very similar to what you find here on StackOverflow.
There are several PHP ports. I suggest PHP Markdown.
有一个 RTF 到 HTML PHPClasses 上的 class...不过不知道它有多好。
There's an RTF to HTML class on PHPClasses... no idea how goo dit is though.