首页 > 代码库 > 页面加载完成后执行的JS

页面加载完成后执行的JS

$(document).ready(function() {
alert("!@221212121212");
});

window.onload = function(){ 

 alert("!@22245624562621212");
}

function init(){
alert("!@54464564562");
};

</script>
</head>

<body onl oad="init();">