一、style="display:none" 看不见
例子:
<th scope="col" align="center" width="15%" style="display:none"> <comm:sort form="listAdminOperation" column="XQMC" text="选课学期" /></th>
二、disabled="true" 变灰
例子:
<input type="button" class="button" value="继续" onclick="jx(${ps.RULE_ID})" id="${ps.RULE_ID}jx" disabled="true">