class Student { …… public function getName( Student $stu ) { …… } } 上面的代碼片段中,用類名定義一個變量 $stu,請問這個變量應該如何理解?請回答詳細一點,謝謝。 查看完整描述