JavaScript判断对象有没有定义

if ( typeof(callbackfun) != "undefined" ) {
callbackfun();
}

posted on 2019-03-22 17:19  Mrnx  阅读(389)  评论(0编辑  收藏  举报