json_test.js 103 B

1234567
  1. function test() {
  2. var obj = ''
  3. var aaa = JSON.parse(obj)
  4. console.log('test', aaa)
  5. }
  6. test()