// 平台类型
enum ReviewSwitching {
TO_PREVIOUS_QUESTION, // 上一题
TO_NEXT_QUESTION, // 下一题
CURRENT_QUESTION, // 当前题
}