对于 instanceof 的使用 : 意义为判断objects是否属于animal类
if( objectss instanceof animal){ //意义为判断objects是否属于animal类 }