2009-7-31 14:44
tuablove
flash调用js方法里用eval to json
我通过flash通信得到一个json 的字符串传给js方法,在方法里调用eval ("("+jsonstr+")"),结果报错,这个该怎么解决啊?
2010-1-22 22:31
foreverlovef
有一个json.as的类,有encode,decode方法,转换以后可以传给js,然后js再来进行eval操作 同样 有一个json.js文件 同样可以encode,decode, 将字符串传给flash flash进行操作!