位置:IT落伍者 >> javascript >> 浏览文章
windowonload=function(){
try{
if(test&&typeof(test)=="function"){
test();
}else{
alert("不存在的函数");
}
}catch(e){
function test(){
alert("函数执行……");
如果不存在会抛出异常所以要加try……catch
上一篇:js和as的稳定传值问题解决
下一篇:js 有框架页面跳转