Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. //对象转为json字符串
  2. JSON.stringify(obj)
  3. //json字符串转为对象
  4. JSON.parse()
  5. //多维数组转为一维数组
  6. arr.join(',').split(',')
Add Comment
Please, Sign In to add comment