请问this句柄到底是做什么用的呢

dabanya2005 2007-07-28 07:47:00
内容如标题
...全文
168 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
dabanya2005 2007-08-05
  • 打赏
  • 举报
回复
谢了哥们,没有分了,下次给分
dragonsdg3 2007-07-30
  • 打赏
  • 举报
回复
指向当前对象
class test{
int i;
public test(int i){
this.i = i;
}
}
//主函数
test t2 = new test(8);//this指向t2
test t3 = new test(9);//this指向t3

62,614

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧