为了账号安全,请及时绑定邮箱和手机立即绑定

android Button.java类中的一个方法不明白

android Button.java类中的一个方法不明白

Qyouu 2019-03-13 14:15:28
如图 Button.class.getName()是什么意思?
查看完整描述

4 回答

?
暮色呼如

TA贡献1853条经验 获得超9个赞

返回系统控件Button的类名:android.widget.Button


查看完整回答
反对 回复 2019-04-18
?
有只小跳蛙

TA贡献1824条经验 获得超8个赞

 /**

     * Returns the name of the class represented by this {@code Class}. For a

     * description of the format which is used, see the class definition of

     * {@link Class}.

     */

    public String getName() {

        String result = name;

        return (result == null) ? (name = getNameNative()) : result;

    }

返回此Class对象所代表的实体的名称,就是 Button


查看完整回答
反对 回复 2019-04-18
?
慕田峪4524236

TA贡献1875条经验 获得超5个赞

楼上正解,类似于this.getClass().getSimpleName()


查看完整回答
反对 回复 2019-04-18
?
慕后森

TA贡献1802条经验 获得超5个赞

这和Button无关,这是Java的知识。用来获取类名用的。


查看完整回答
反对 回复 2019-04-18
  • 4 回答
  • 0 关注
  • 477 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信