Table 對象用於表示HTML <table>元素。它可用於創建和訪問表。 用法: 要訪問表元素: document.getElementById("id");; 要創建表對象: document.createElement("TABLE");.
確定! 回上一頁