方法一:

  <%if (false)
    {%>
              <a href="#" onclick="fPopUpSelfPassWord();">
              <font class="quick_menu_style"><u>修改密码</u></font></a>&nbsp;
              <font class="quick_menu_style"><b>|</b></font>&nbsp;
     <%}%>

方法二:

<html>
<head>
</head>
<body>

<table>
<tr>
<td>111</td>
<script language="javascript">

if(条件)

{
document.writeln('<td>222</td>');

}
</script>
</tr>
</table>

</body>
</html>

 

相关文章:

  • 2022-01-04
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-01-25
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2021-04-08
  • 2022-01-07
  • 2022-01-12
  • 2022-12-23
相关资源
相似解决方案