all of these are bugs!

来源:互联网 发布:问卷数据分析格式 编辑:程序博客网 时间:2024/05/24 06:32

1、执行代码程序异常退出

TextView more_text;

more_text =  (MarqueeText) findViewById(R.id.editText1);// 类型出错时,则程序会异常退出

0 0