码迷,mamicode.com
首页 > Web开发 > 详细

json添加数据

时间:2014-12-14 18:32:05      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   color   sp   on   数据   div   

<!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>

bubuko.com,布布扣

json添加数据

标签:style   blog   http   ar   color   sp   on   数据   div   

原文地址:http://www.cnblogs.com/heboliufengjie/p/4162793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!