码迷,mamicode.com
首页 > 编程语言 > 详细

javascript-词法分析解析

时间:2017-10-01 17:31:39      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:rip   span   image   oct   logs   ima   meta   script   head   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
</head>
<style>
    #main{
        background-color: red;
        width:300px;
        height:400px;
    }
    #content{
        background-color: pink;
        width:150px;
        height:200px;
    }
</style>
<body>


    <script>
          function t1(){
              console.log(name);
              var name = "alex";
          }
          t1();
//        function t1(age){
//            console.log(age); // function age()
//            var age = 27;
//            console.log(age); // 27
//            function age(){}
//            console.log(age); // 27
//        }
//
//        t1(3);


    </script>


</body>
</html>

技术分享

javascript-词法分析解析

标签:rip   span   image   oct   logs   ima   meta   script   head   

原文地址:http://www.cnblogs.com/lixiang1013/p/7617397.html

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