<li><a class="edit" href="resource/CURD?cmd=edit&menuId=${menu.id}&resId={rid_id}" target="dialog" width="300" height="210"><span>编辑</span></a></li>
</ul>
</div>
<table class="table">
<thead>
<tr>
<th><input type="checkbox" id="all"></th>
<th style="min-width: 100px">资源ID</th>
<th style="min-width: 200px">资源名称</th>
<th style="min-width: 200px">资源URL</th>
</tr>
</thead>
<tbody>
<c:forEach items="${res}" var="re">
<tr target="rid_id" rel="${re.id}">DWZ选择行时获取对应的ID值
最新推荐文章于 2023-02-22 17:00:26 发布
本文解析了一个资源管理界面的HTML结构,包括编辑资源的功能按钮与资源列表展示部分。详细介绍了表格中各项列的意义,如资源ID、资源名称及资源URL等,并展示了如何通过特定的HTML标签实现全选与单选功能。
2660





