题目:在php中子类父类的构造方法的方法是() A:parent::__construct() B:this->__construct() C:self::__construct() D:this->parent::__construct() 喜欢 (0)