Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我向 Craigslist 发布内容或选择其他网站时,我会按两次返回键以开始新段落。我不需要手动插入换行元素。Craigslist 的代码可以将回车键的双击识别为新段落的开头,并为我插入中断元素。 他们是怎么做到的?想创建一个网站,允许非技术用户在不使用 html 的情况下提交多段条目。没有成功在网上找到任何东西。如果有人能指出我正确的方向,将不胜感激。谢谢你。
我想他们会使用类似的东西 nl2br()
nl2br()
http://www.php.net/manual/en/function.nl2br.php
我有一个 JSF 页面,其中包含以下代码:
... <f:event type="preRenderView" listener="#{page1.PreRenderViewEvent}"/> ...
现在我需要在页面中而不是在Page1 类构造函数