Home  >  Article  >  Backend Development  >  关于textarea 中处理回车的有关问题

关于textarea 中处理回车的有关问题

WBOY
WBOYOriginal
2016-06-13 10:21:08778browse

关于textarea 中处理回车的问题
$message = nl2br($POST['message']);
然后存入数据库的
但是用户在编辑内容的时候,编辑框是textarea 这个时候显示的就是:
abc

def

怎么样能让用户编辑的时候,textarea 中显示:
abc
def

编辑框我是这样显示的:

------解决方案--------------------


换为"\n"

一般建议,原字符串入库,,网页呈现的时候,才nl2br

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn