AS3 with(){} - 有什么方法可以引用 () 中的对象吗?

发布于 2024-12-03 02:35:31 字数 167 浏览 0 评论 0原文

我可以用保留变量或其他东西来引用我刚才在 with() 中提到的东西吗?还是我必须把整个事情写下来?

with(something){
someFunction(something)
}

在这个例子中它很简单,但有时它真的很长,我想如果可能的话避免它。

Can I refer the thing I just mentioned in with() with a reserved variable or something? Or do I have to write the entire thing out?

with(something){
someFunction(something)
}

In this example it's simple, but sometimes it's really long and I would like to avoid it if possible.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吐个泡泡 2024-12-10 02:35:31

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

If it was javascript, then you could use valueOf(). I don't know if AS3 supports that.

橘寄 2024-12-10 02:35:31

是的,您可以,请参阅帮助中的 actionscript 参考页面。 adobe.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文