上一页 1 ··· 4 5 6 7 8
摘要: 1. <html> <body onload="func()"> </body> </html> 2. <script type="text/javascript"> function func(){……} window.onload=func; </script> 3. <html> <body 阅读全文
posted @ 2017-05-08 22:14 higsan 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 1.js 获取table下列表数据 var table =document.getElementById ('yhwclwhjlList'); //获取id为'yhwclwhjlList' 的table var rows = table.rows.length; //获取行数 var colums= 阅读全文
posted @ 2017-04-11 17:31 higsan 阅读(1557) 评论(0) 推荐(1) 编辑
上一页 1 ··· 4 5 6 7 8