<?php $name = 'abc'; require "{$name}.php"; $class = new $name();
注意你的类名和文件名要一致CentOS 9
用自动加载不香吗? 白日梦还是要做的, 万一实现了呢?
注意你的类名和文件名要一致
CentOS 9