AS3 with(){} - 任何方式引用()中的对象?

时间:2011-09-05 06:16:39

标签: actionscript-3 with-statement

我可以使用保留变量或其他东西来引用我刚才提到的东西吗?或者我必须写出整件事吗?

with(something){
someFunction(something)
}

在这个例子中它很简单,但有时它很长,我想尽可能避免它。

2 个答案:

答案 0 :(得分:5)

如果是javascript,那么你可以使用valueOf()。我不知道AS3是否支持。

答案 1 :(得分:0)