name; } } $lbook = new LBook(); //实例化对象 $lbook -> showMe(); echo '
但在其他的地方不可以调用,否则:'; //对私有变量进行操作 $lbook -> name = 'history'; ?>