输入banner图图片脚本导航/分类

关于textarea文本转为html即回车换行

说明:将textarea值中的回车换行

代码如下:

<%=内容值%>.Replace("\r\n", "</br>").Replace("\n", "</br>") %>