输入banner图图片脚本导航/分类

页面载入结束自动调用js函数示例_javascript技巧

代码如下:


window.onload=function(){
alert("页面载入完成,自动调用js函数。");
}