<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>demo</title>
<script>
    var json={};
    json['a']='123';
    alert(JSON.stringify(json));
</script>
</head>

<body>
</body>
</html>

json添加数据

相关文章:

  • 2021-09-10
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案