AS3 --调用Js
生活随笔
收集整理的這篇文章主要介紹了
AS3 --调用Js
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
AS3調用Js的方法,ExternalInterface.call("error1"),Js方法“error1”可以返回任何數(shù)據(jù)。
eg.
var b:* = ExternalInterface.call("error1");
//可以接受js那邊返回的值
trace(b);
?
轉載于:https://www.cnblogs.com/xlx12138/p/10550621.html
總結
以上是生活随笔為你收集整理的AS3 --调用Js的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python inspect.stack
- 下一篇: 52 两个链表的第一个公共结点(时间空间