str=name.replace("张", "<font color=\"#ff0000\">张</font>")结果传递给html不能改变“张”的字体颜色
在html中出现:&lt;font color=&quot;#ff0000&quot;&gt;&#24352;&lt;/font&gt;&#19977;&#20016把包括“<”,“/”等特殊符号给换了
这个怎么解决呢?