Actionscript 相当于 PHP 的 create_function()
我想知道actionscript是否有相当于PHP的create_function的东西。具体来说,我正在寻找从字符串创建函数的能力。
I was wondering if actionscript had something equivalent to PHP's create_function. Specifically, the ability to create a function from a string is what I am looking for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ActionScript 3 本身并不支持 eval() 函数(这正是您正在寻找的函数),但有几个库提供了它。
D.eval - http://www.riaone.com/products/deval/
AS3 评估库 - http://eval.hurlant.com/
ActionScript 3 does not natively support an eval() function (which is what you're looking for), but there are several libraries which provide it.
D.eval - http://www.riaone.com/products/deval/
AS3 Eval Library - http://eval.hurlant.com/