假如我有一个html字符串:<img src='aa.jpg' /><b> Hello World </b>
我现在想把除了"<"与">"之间的空格以外都替换成&nbsp;
也就是说 <img src='aa.jpg' /> 这里面的空格不需要替换
而 Hello World 这里的空格需要替换