微量元素对Chrome浏览器/浏览器控制台 [英] Trace on Chrome/Browser console

查看:119
本文介绍了微量元素对Chrome浏览器/浏览器控制台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道如何使用FLEX3在谷歌浏览器控制台的跟踪消息。在例如日志部分

解决方案

 进口的flash.external.ExternalInterface;

ExternalInterface.call(的console.log,YourString);
 

看到这里了解更多信息。

Does anybody know how to trace messages in the google chrome console using Flex3. In the logs section for example.

解决方案

import flash.external.ExternalInterface;

ExternalInterface.call("console.log", "YourString");

See here for more information.

这篇关于微量元素对Chrome浏览器/浏览器控制台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆