15_09_08 返回值类型错误

来源:互联网 发布:ubuntu 16.04 安装 编辑:程序博客网 时间:2024/05/18 00:28

如下图


静态方法用类名访问,非静态用对象访问,

所以上边应改为:

   button.getText().toString();

0 0