//利用toString做类型的判断 :

/*var arr = [];

alert( Object.prototype.toString.call(arr) == '[object Array]' ); */ //'[object Array]'
05-11 18:27