/** * 命令模式入口函数 */ static function run() { $instance = new CommandHandler(); $instance->init(); $instance->_handleRequest(); }