请大佬帮忙解决
jquery吧
全部回复
仅看楼主
level 1
<table>
<tr>
<th>id</th>
<th>报表名</th>
<th>URL</th>
<th>操作</th>
</tr>
<tr>
<td>{{item.id}}</td>
<td>{{item.name}}</td>
<td><input type="text" value="http://localhost:5000/show/{{item.id}}" readonly></td>
<td><span class="copy">复制</span>
<a href="/show/{{item.id}}">查看</a>
修改生成报表</td>
</tr>
</table>
怎样从span标签中找到input里面的value的值
2018年09月26日 09点09分 1
level 4
遍历先找td完了找input不就行了了
2018年09月26日 13点09分 2
找到了,谢谢大佬
2018年09月28日 08点09分
1