专题文章
时长:00:00更新时间:2020-11-27 21:20:24
window.onload追加函数使用示例_javascript技巧: 代码如下: function tt1(){ alert('tt1') ; } function tt2(){ alert('tt2') ; } function tt3(){ alert('tt3') ; } function addLoadEvent(func) { var oldonload = window.onload; if (typeof
查看详情