# QuestionAndAnswer **Repository Path**: teapiall/question-and-answer ## Basic Information - **Project Name**: QuestionAndAnswer - **Description**: 处理问题多选项后剩余下第一项为所选答案 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-17 - **Last Updated**: 2026-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是一个问答系统项目 # Q&A 系统 使用流程: A[原始数据] --> B(数据合并) B --> C{数据清洗} C --> D[格式化 JSON] D --> E(JS 对象封装) E --> F[AES 加密] F --> G[最终产物: myobjs.enc.js] 将新增数据复制到 Object_sourceCwidQuestionAnswer.json 的结尾 --->复制Object_sourceCwidQuestionAnswer.json数据到 --->Object_endCwidQuestionAnswer.json --->运行Object_endCwidQuestionAnswer_obj_only_del_answer.py仅保留第一个答案 格式化Object_endCwidQuestionAnswer.json 复制Object_endCwidQuestionAnswer.json数据到myobjs.js的myobjs变量后面 --->myobjs.js --->运行encrypt_js_aes.py加密myobjs.js的数据生产myobjs.enc.js --->myobjs.enc.js # 链接 # 防脚本监测(增强版) https://gitee.com/teapiall/question-and-answer/raw/master/26_chromeScriptDetection.js # 智能弹窗自动关闭助手 https://gitee.com/teapiall/question-and-answer/raw/master/26_chromeConsoleErrorAutoRefresh.js https://gitee.com/teapiall/question-and-answer/raw/master/26_onlyPlayNoExam.js https://gitee.com/teapiall/question-and-answer/raw/master/26_onlyExam.js https://gitee.com/teapiall/question-and-answer/raw/master/26_playExamNoExam.js # 智能听课助手(双模式版) https://gitee.com/teapiall/question-and-answer/raw/master/20260424playExam.js # 华医网自动看课助手 (V2.0.0 CC播放器适配版) https://gitee.com/teapiall/question-and-answer/raw/master/20260507playExam.js # sourceCwidQuestionAnswer.json 源数据 # hy24_obj_only_del_answer.py python处理数据代码 # endCwidQuestionAnswer.json 处理后的数据 # myobjs.js 引用外部数据 # encrypt_js_aes.py AES 加密 (高安全性) 如果你希望内容完全不可见,只有在运行时通过密钥解密,可以使用 AES 加密。前端需要引入 CryptoJS 库来解密。 # 26_chromeConsoleErrorAutoRefresh.js 谷歌浏览器控制台错误自动刷新 # 26_chromeScriptDetection.js 谷歌浏览器脚本检测(防脚本监测)