js把数据类型分为两类:

    • 简单数据类型(Number、String、Boolean、Undefined、Null、Symbol)
    • 复杂数据类型(object、Array、function)