JavaScript中,在HTML界面创建了一个表格,如何关闭这个表格呢?
关闭?什么意思啊?删除还是隐藏?
不删除可以用隐藏方式document.getElementById("表格id").style.display="none";