与trim相反,若要保留空格,方法如下:
<html>
<body>
<h1> This is heading 1</h1>
<h2 style="white-space:pre" > This is heading 2</h2>
</body>
</html>
<html>
</body>
<h1> This is heading 1</h1>
<pre><h2 > This is heading 2</h2></pre>
</body>
</html>