@H_301_1@到目前为止,我在想HttpUtility.
HtmlDecode(“& nbsp;”)是一个空格.但是下面的代码总是返回false.
string text = " "; text = HttpUtility.HtmlDecode(text); string space = " "; if (String.Compare(space,text) == 0) return true; else return false;
当我尝试使用Server.HtmlDecode()时,
为什么会这样?
任何帮助将不胜感激
谢谢,
ñ