<html>
<head>
<title>
test
</title>
</head>
<body>
<script type="text/javascript">
(function (){
//局部变量
var a=1;
var b=3;
alert(a+b);
})();
//undefinded
alert(a);
</script>
</body>
</html>
相关文章
- 11-08函数(八)-闭包与装饰器
- 11-08Rust-闭包:可以捕获环境的匿名函数
- 11-08js闭包详细总结分析(面试必问)
- 11-08js day14 正则表达式 闭包
- 11-08day14 回调函数 匿名函数 闭包 模拟私有变量 同步 异步
- 11-08高阶函数和闭包
- 11-08js闭包练习
- 11-08python 函数名的应用(第一类对象),闭包,迭代器
- 11-08(十九)python 3 内嵌函数和闭包
- 11-08闭包函数