会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Answer_Li
导航
博客园
首页
新随笔
联系
订阅
管理
公告
12 2019 档案
This关键字的使用
摘要:* @author fengzhi-neusoft * * 本示例为了说明this的三种用法! */ package test; public class ThisTest { private int i=0; //第一个构造器:有一个int型形参 ThisTest(int i){ this.i=i
阅读全文
posted @
2019-12-30 11:59
Answer_Li
阅读(281)
评论(0)
推荐(0)