js怎麼判斷一個變量是不是函數

if (typeof FunName === "function") { alert("這是一個函數"); } else { alert("這不是一個函數"); }
相關文章
相關標籤/搜索