会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
“樂·~
博客园
首页
新随笔
新文章
联系
管理
订阅
2021年6月29日
java中this用法总结
摘要: 1,当局部变量和成员变量重名的时候,在方法中使用this表示成员变量以示区分。 class Demo{ String str = "这是成员变量"; void fun(String str){ System.out.println(str); System.out.println(this.str)
阅读全文
posted @ 2021-06-29 20:50 “樂·~
阅读(483)
评论(0)
推荐(0)
公告