摘要: Java中关于this的用法: this关键词的意义:"指向当前对象的引用"(可以理解为本对象自己的,,,,) 如果没有用this 示例: package test; class Student { int no;//定义参数no String name;//定义参数anme Student(int 阅读全文