怎么样在后台输出空格tb.Text = " " + "内容 " 页面不显示空格 tb.Text = " " + "内容 " 页面把字符都显示出来了[解决办法]后台 a.text=Server.HtmlEncode(...); 页面 a.text=Server.HtmlDecode(...);