【发布时间】:2012-08-18 06:04:22
【问题描述】:
我想删除来自用户端的额外空格,但我无法预测 HTML 的格式。
例如:
<p> It's interesting that you would try cfsetting, since nothing in it's
documentation would indicate that it would do what you are asking.
Unless of course you were mis-reading what "enableCFoutputOnly" is
supposed to do.
</p>
<p>
It's interesting that you would try cfsetting, since nothing in it's
documentation would indicate that it would do what you are asking.
Unless of course you were mis-reading what "enableCFoutputOnly" is
supposed to do.</p>
请指导我如何从 HTML 中删除多个空白字符。
【问题讨论】:
标签: html coldfusion whitespace coldfusion-8