判斷js對象是否爲數組對象

var isArray = function(obj){ return obj instanceof Array; };
相關文章
相關標籤/搜索