class Student { …… public function getName( Student $stu ) { …… } } 上面的代码片段中,用类名定义一个变量 $stu,请问这个变量应该如何理解?请回答详细一点,谢谢。 查看完整描述