繁体   English   中英

TypeError:错误#1009:无法访问空对象引用的属性或方法

[英]TypeError: Error #1009: Cannot access a property or method of a null object reference

运行我的代码时出现错误

TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at com.yahoo.astra.fl.charts.series::LineSeries/drawMarkers()
    at com.yahoo.astra.fl.charts.series::LineSeries/tweenUpdateHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.yahoo.astra.animation::Animation/timerUpdateHandler()
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick()

它没有指定发生此错误的任何行。如何解决此错误?

您的应用程序可能未在调试模式下运行,或者yahoo组件的swf在发布模式下编译,因此这就是为什么看不到行号的原因。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM