jsJSON对象

来源:互联网 发布:药智数据app 编辑:程序博客网 时间:2024/04/30 01:16

<html>
<head>
<title></title>
<script>
var user={a:123,b:{e:"json"},c:new Date()};
alert(user.b.e)
</script>
<body>

</body>
</html>

原创粉丝点击