1.ts 180 B

12345
  1. /**
  2. * 基本数据类型:number string null undefined boolean
  3. * 引用数据类型:object(对象 数组 函数)
  4. * typeof instaceof Object.prototype.toString.call constructor
  5. */