php面向对象编程self和static的区别 在php的面向对象编程中,总会遇到classtest{publicstaticfunctiontest(){self::func();static::func();}publicsta self和static的区别