6月2日
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8" /> <title>多题目面试录制与分析</title> <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" /> </head> <body> <h2>第 <strong></strong> 题:</h2> <p><strong></strong></p> <video id="preview" autoplay muted></video><br/> <button id="startBtn">开始录制</button> <button id="stopBtn" disabled>停止录制</button> <div id="feedback"></div> <img id="radarImg" src="" alt="综合雷达图" /> <script src="{{ url_for('static', filename='js/main.js') }}"></script> </body> </html>
初版主页面

浙公网安备 33010602011771号