Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 158 Bytes

dots.md

File metadata and controls

12 lines (8 loc) · 158 Bytes

点点滴滴

1

'' + a

把 a 强转成字符串,防止直接用强转函数 undefined 报错。

  • undefined > 'undefined'
  • null > 'null'