<script type=\"text/javascript\">
function tt1(){
alert(\'tt1\') ;
}
function tt2(){
alert(\'tt2\') ;
}
function tt3(){
alert(\'tt3\') ;
}
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != \'function\') {
window.onload = func;
} else {
window.onload = function() {
oldonload();
func();
}
}
}
addLoadEvent(tt1()) ;
addLoadEvent(tt2()) ;
addLoadEvent(tt3()) ;
</script>
本文地址:https://www.stayed.cn/item/7731
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我