如何給 Table/tr/td 新增超連結?

Yoger發表於2019-05-14
<tr  onclick="location.href={{url('路徑')}};"> </tr>
<td  onclick="location.href={{url('路徑')}};"> </td>
//在新視窗中開啟
<tr onclick="window.open('http://www.baidu.com');">  </tr>
<td onclick="window.open('http://www.baidu.com');">  </td>
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章