【发布时间】:2016-02-26 18:04:45
【问题描述】:
我有一个表,它是由我正在使用的某些软件自动生成的,该表是 QOProducts 并且有如下四列:
<table id="QOProducts" border="1" style="visibility: visible; display: block;">
<tbody>
<tr>
<th>
<b>Thumbnail</b>
</th>
<th style="width:250px;">
<b>Product Name</b>
</th>
<th style="width:150px;">
<b>Description</b>
</th>
<th>
<b>Quantity</b>
我尝试了几种方法,但有谁知道是否可以隐藏全局 css 文件中的第二列,因为我没有直接访问该页面的权限。还是我需要使用 jQuery?
任何想法表示赞赏。
【问题讨论】: