if (dt.Rows[0]["ClassTemplet"].ToString().Trim() == "")
{
rows_key.Style.Value = "display:none";
rows_meta.Style.Value = "display:none";
div_Templet.Style.Value = "display:none";
editorcontent.Style.Value = "display:none";
//textcontent.Style.Value = "display:block";
contentTag.InnerHtml = "网页源码";
zt.Checked = true;

}
else
{
//rows_key.Style.Value = "display:block";
//rows_meta.Style.Value = "display:block";
//div_Templet.Style.Value = "display:block";
//editorcontent.Style.Value = "display:block";
textcontent.Style.Value = "display:none";
contentTag.InnerHtml = "内容";
zt.Checked = false;
}

 

 

注释 display:block

相关文章:

  • 2022-01-10
  • 2021-07-24
  • 2022-12-23
  • 2021-06-02
  • 2021-09-13
  • 2021-11-23
  • 2021-05-01
  • 2021-05-18
猜你喜欢
  • 2021-10-15
  • 2021-10-17
  • 2021-06-28
  • 2021-10-10
  • 2021-04-03
  • 2021-05-07
相关资源
相似解决方案