Javascript笔记

(function(){
    var a=b=1;
})();

a;//undefined
b;//1

  

posted on 2016-05-16 17:37  darkness_1  阅读(73)  评论(0编辑  收藏  举报

导航