如何不让代码中的&在网页中变成&
如题
------解决方案--------------------string.replace()
------解决方案--------------------使用html编码
------解决方案--------------------http://www.seeitco.com/doc/Html/ASP/134421328.html
------解决方案--------------------string test = Server.HtmlEncode("csdn&msdn");; //录入的时候编码
Label1.Text = Server.HtmlDecode(test);显示的时候解码