demo.js 74 B

1234
  1. let a = 1;
  2. // a Number
  3. // js 数据 决定 类型 弱语言类型
  4. a = '12'