current closure
u need understand "closure" first...
there is no "closure" in languages like C/C++ (ok, you can actually call
the stack frame "transient closure").
【 在 diogin (design universe...) 的大作中提到: 】
: window.f = function () {
: var v = 'test'; // v是哪个对象的属性?如何引用?
: }
: ...................
--
FROM 222.128.3.52