摘自《JavaScript高级程序设计》5.2.1
//return boolean if(value instanceof Array){} //return boolean if(Array.isArray(value)){}