JS中精確判斷對象的類型

var a = [1,2,3,4,5]; var b = function(){} var c = {'age':18,'sex':'男'} console.log(typeof a,typeof b, typeof c) console.log(Object.prototype.toString.apply(a),Object.prototype.toString.call(b),Object.
相關文章
相關標籤/搜索