📄 17.4.1 deletecaption方法.html
字号:
<body>
<table id="otable" border="1">
<caption>表头一</caption>
<caption>表头二</caption>
<caption>表头三</caption>
<tr>
<td>hello,how are you</td><td>you are welcome</td>
</tr>
<tr>
<td>to</td><td>Javascript</td>
</tr>
</table>
<input type="button" value="删除表头" onClick="delCaption()">
<script>
function delCaption()
{
document.all.otable.deleteCaption()
}
</script>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -