123456789101112131415161718192021222324 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>测试报告</title>
- <style>
- #myChart {
- width: 500px;
- height: 500px;
- }
- </style>
- <script src="https://cdn.bootcdn.net/ajax/libs/echarts/5.3.3-rc.1/echarts.js"></script>
- </head>
- <body>
- <h2>
- 生理数据缺失,无法查看测试结果。
- </h2>
- </body>
- </html>
|