关于if then return请教一下。如果其中gf("sk", this)=0的话。return是跳出这段还是继续进入死循环?if up(request) = 'TRUE' thenif gf("sk", this) = 0 thenreturnend if end if[解决办法]跳出这段,不执行下面的语句相当于 if up(request) = 'TRUE' and gf("sk", this) = 0 then return