码迷,mamicode.com
首页 > 其他好文 > 详细

Var x;---定义变量

时间:2016-03-12 13:18:28      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:

变量定义有多种格式

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <title>hello world</title>
</head>
<body>
    <script type="text/javascript">
        var me={
             a:2,
             b:3
        }
        alert(me.b)
    </script>
</body>
</html>

技术分享

 

 

var x=方法;。。。。等等,都是可以的

 

Var x;---定义变量

标签:

原文地址:http://www.cnblogs.com/flyings/p/5268378.html

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