1. xialuo instanceof Student // ture
    2. xialuo instanceof People // true
    3. xialuo instanceof Object // true
    4. [] instanceof Array // true
    5. [] instanceof Object // true
    6. {} instanceof Object // true