PHP的new static和new self的区别与使用 下面我们举个栗子:classFather{publicstaticfunctiongetSelf(){returnnewself();}publicstaticfunctiongetStatic(){re static和new