看错了,以为你要缩进br的行距!
你按照hero4u(孤竹林)的方法改进一下,可以在服务端就组合好,如:
str
=
"
<p>
"&replace(str,
"
",
"
</p>
<p>
")&
"
</p>
"
在客户端写CSS样式:
p
{text-indent:
4px}
在服务端就组合好,如:str = " <p>"&replace(str, " <br/>", " </p><p>")&" </p>"
在客户端写CSS样式:
p {text-indent: 4px}