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

posted on 2014-12-14 18:09  高尔础础  阅读(833)  评论(0编辑  收藏  举报