jQuery判断对象是否是函数时间:2023-03-09 03:45:43 var show=function () { // body... } if($.isFunction(show)){ //是函数 }else{ //不是函数 }