摘要:
Java中关于this的用法: this关键词的意义:"指向当前对象的引用"(可以理解为本对象自己的,,,,) 如果没有用this 示例: package test; class Student { int no;//定义参数no String name;//定义参数anme Student(int 阅读全文
posted @ 2021-09-16 21:13
leyasu
阅读(522)
评论(0)
推荐(0)
浙公网安备 33010602011771号