判断类型的时候,常用的一种判断方法是  if ( str.constructor == Array ), 也就是用 constructor 这个东西,判断。

相关文章: