守望者--AIR技术交流
标题:
1069
[打印本页]
作者:
破晓
时间:
2015-1-8 14:09
标题:
1069
本帖最后由 破晓 于 2015-6-5 09:53 编辑
异常信息:
ReferenceError: Error #1069: Property type not found on xxx and there is no default value.
常见案例:
1.使用了未定义的属性,如:
public class Test()
{
public function Test()
{
trace(this["aaa"]);
}
}
复制代码
解决方案:检查使用的属性是否声明,或者属性名是否拼写正确
欢迎光临 守望者--AIR技术交流 (http://www.airmyth.com/)