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.
我有一个 textarea 在提交时被放入数据库,然后在其他地方拉入 td 元素。
将其拉回文本区域,它会保留原始格式。但是它应该进入 td 但忽略回车。
如何将文本区域中的内容获取到 td 或表单以外的另一个 HTML 元素中,并至少保留回车符?
也许看看nl2br()函数。
将white-space: preorwhite-space: pre-wrap样式属性添加到<td>
white-space: pre
white-space: pre-wrap
<td>