當我點擊按鈕時,如何克隆表格並自動增加#changeThis
號碼?如何更改JavaScript中的childNodes?
這是我的問題,例如
<button type="button" onclick="cloneTable()">clone Table</button>
<table>
<tr>
<th id="changeThis">1</th>
<td><select name="" size="1"><option></option></select><input type="text"></td>
</tr>
</table>
謝謝
沒有ü嘗試什麼嗎? – Manish
請閱讀[如何提問](http://stackoverflow.com/help/how-to-ask)在stackoverflow中的查詢 – Prasad
我不這麼認爲@曼尼什只是複製粘貼他的硬件:( –