我正在尝试使用嵌套项目来创建抽屉式导航器的项目,但我不知道如何访问它。
基本上有很多堆栈导航器,我需要使用嵌套的堆栈导航器项之一。
有人知道如何访问这种物品吗? 即使我需要采取行动,有人还能举个例子吗?
<h2 align="center">Ajax show data in table</h2>
<table border="2">
<tbody id="disp">
<th>title</th>
<th>content</th>
<th>author</th>
<th>email</th>
<th>ip</th>
<tr>
<td>test</td>
<td><p><img alt="" src="upfiles/54591303758197437.jpg" /></p></td>
<td>me</td>
<td>me@tom.com</td>
<td>111.111.111.111</td>
</tr>
</tbody>
</table>