1 function testJSON(JSON){
2  alert(JSON.name);
3  alert(JSON.age);
4  alert(JSON.id);
5 }
6 testJSON({name:"huangbiao",
7   "age":23,
8   "id":1});

 

相关文章:

  • 2021-09-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案