<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    [導入]variable's scope in Javascript

    Posted on 2006-03-16 11:19 BlueO2 閱讀(491) 評論(0)  編輯  收藏 所屬分類: AJAX

    See DFlying's finding:
    Yep,No Block Scope concept in JavaScript.Only the global and function Scope.You can use "var" to declare a global variable and use "var" agian to declare a homonymous variable in a function.In the function ,the second one works.But there is no Block scope.
    Check the codes below,it's a demo for "NO BLOCK SCOPE"
    function test(o) {var i = 0; // i is defined throughout functionif (typeof o == "object") {var j = 0; // j is defined everywhere, not just blockfor(var k = 0; k < 10; k++) { // k is defined everywhere, not just loopdocument.write(k);

    }document.write(k); // k is still defined: prints 10}document.write(j); // j is defined, but may not be initialized}

    But,You still need to care javascript's FUNCTION SCOPE.Also see code snippet:
    var scope = "global";

    function f( ) {alert(scope); // Displays "undefined", not "global"var scope = "local"; // Variable initialized here, but defined everywherealert(scope); // Displays "local"}f( );
    Right,thought you alert(scope) first and then define a new functin scope variable scope.However,once you define a function scope vriable,it will hide the global variable in the function body,whatever the definition order.



    文章來源:http://blueoxygen.dflying.net/3/archive/68_variables_scope_in_javascript.html

    posts - 29, comments - 3, trackbacks - 0, articles - 0

    Copyright © BlueO2

    主站蜘蛛池模板: 羞羞视频网站免费入口| 精品韩国亚洲av无码不卡区| 亚洲一区二区三区免费观看| 国产精品亚洲片在线va| 免费A级毛片无码久久版| a级毛片毛片免费观看永久| 91亚洲视频在线观看| 亚洲国产精品一区二区三区久久| a级毛片免费全部播放| 亚洲熟妇无码av另类vr影视| 国产精品亚洲αv天堂无码| 精品免费久久久久久久| 特级毛片aaaa免费观看| 亚洲国产精品综合久久2007| 亚洲国产精品无码久久青草| 在线永久看片免费的视频| 一级看片免费视频| 亚洲一区精彩视频| 国产精品亚洲一区二区三区在线| 大地资源在线观看免费高清 | 国产精品玖玖美女张开腿让男人桶爽免费看 | 永久免费A∨片在线观看| 亚洲日韩一区二区一无码| 亚洲人成中文字幕在线观看| 成人免费无码大片a毛片| 午夜网站在线观看免费完整高清观看| 亚洲色无码专区一区| 亚洲Av综合色区无码专区桃色| 特级淫片国产免费高清视频| 久久久久久久久久国产精品免费| 综合偷自拍亚洲乱中文字幕| 亚洲成a人片在线网站| 国产V亚洲V天堂无码| 亚洲国产精品视频| 免费涩涩在线视频网| 黄色成人免费网站| 久久精品免费观看国产| g0g0人体全免费高清大胆视频| 亚洲熟妇无码AV| 亚洲人成电影网站久久| 亚洲精品视频免费在线观看|