php Class Dog { public function hello() { echo 'hello, I am a dog.'; } } $dog = new Dog(); $dog->hello(); // => 可以成功呼叫 ?> Private. <?php ...
確定! 回上一頁