62,254
社区成员
发帖
与我相关
我的任务
分享 protected void Page_Load(object sender, EventArgs e)
{
div1.Attributes.Add("style","background-color:green;width:200px;height:200px;");
body1.Attributes.Add("style","background-color:red");
}