HTML的Table 对象
摘要:一、Table 对象集合 1.rows能获取行,cells是获取列 <html> <head> <script type="text/javascript"> function showRow(){ var table=document.getElementById('myTable');//获取t
阅读全文
posted @ 2019-08-21 15:03
posted @ 2019-08-21 15:03