一般方法调用,都是使用$obj->method(); 这里的method方法中 $this 很明显就是 $obj 但是静态方法调用,我们一般使用 Object::method(); 没有进行实例化,所以根本没有$this对象