one*_*ney 3 apache-flex flash actionscript-3
所以我有这样的事情:
var xmlStatement:String = "xmlObject.node[3].@thisValue";
Run Code Online (Sandbox Code Playgroud)
我必须使用什么神秘功能,以便我可以执行xmlStatement并从该xmlObject获取thisValue?喜欢....
var attribute:String = mysteryFunction(xmlStatement);
Run Code Online (Sandbox Code Playgroud)
PS我知道eval()适用于actionscript2,我需要as3解决方案.:)