/** * 出题策略接口 */ public interface QuestionStrategy { String generateQuestion(); }