https://www.cnblogs.com/wupeiqi/articles/5602773.html
数组常用方法:
条件判断
if a==b
if a===b
判断条件时,有2等号和3等号(2等号表示值相等;3等号表示值和类型都相等,例如:1=='1')