Skip to content

Latest commit

 

History

History
executable file
·
2 lines (2 loc) · 92 Bytes

json笔记.md

File metadata and controls

executable file
·
2 lines (2 loc) · 92 Bytes
  • 将字符串解析为对象:JSON.parse();
  • 将对象解析为字符串:JSON.stringify();