淺談Javascript中的with、eval與做用域

[b]javascript的做用域是詞法做用域(lexical scope or static scope),也就是說做用域鏈在定義的時候就肯定了。也提到eval、with會擾亂做用域鏈(dynamic scope)。[/b] [b]with [/b] �功能應用。 with會暫時修改做用域鏈。 <script> function a(){ with (b) { ... } }a(); </scr
相關文章
相關標籤/搜索