HtmlGenericControl gen = new HtmlGenericControl("div"); gen.InnerText = "HtmlGenericControl"; this.repshow.Controls.Add(gen);
创建一个div元素并且在div中添加内容