如何在运行时打印出对象内存地址?就像java中的this.toString()
如何将 AS3 对象的内存位置写入标签? 我需要它用于调试目的。谢谢
How to write an AS3 object's memory location for example to a label?
I need it for debugging purposed. Thanx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
长答案:你可以做到,但这是一个肮脏的黑客: 如何在 ActionScript 中获取实例的“内存位置”?
Long answer: you can do it but it's a dirty, dirty hack: How can I get an instance's "memory location" in ActionScript?
NameUtil.createUniqueName() 对于此类事情非常方便。
NameUtil.createUniqueName() is pretty handy for this type of thing.
简短的回答:没有办法做到这一点。
但是,您可以在 flash.sampler 包中搜索某些内容。
Short answer: there is no way to do that.
However, you can search something in flash.sampler package.