示例#1
0
文件: index.php 项目: Harnet69/OOP
	function ShowMy()
	{
		echo " ".$this->role." ";
		parent:: ShowMy();
		echo "<hr>";
	}