PHP 中的文本到 HTML
nl2br();可以为 EOL 做,但是行首(或不是)的空格和/或制表符怎么样?有什么函数可以立即执行此操作吗?我需要文本文件的格式良好的 html 输出。 谢谢。
nl2br(); can do for EOL but what about white spaces and/or tabs at the beginning(or not) of line? Is there any function to do this at once? I need well formatted html output of text file.
Thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很可能
可以做到这一点
也可以参见
http://php.net/manual/en/function.htmlspecialchars.php
http://www.php.net/manual/en/function.htmlentities.php
well may be
<pre>....</pre>
can do italso see
http://php.net/manual/en/function.htmlspecialchars.php
http://www.php.net/manual/en/function.htmlentities.php
使用“pre”HTML 标签就可以了。
抱歉我的蹩脚问题。我是魔兽世界(网络词)的新手。
It is OK to use "pre" HTML tag.
Sorry for my lame question. I'm new in WoW(word of web).