<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
<!-- 绘制表格边框 -->
<rect x="10" y="10" width="780" height="580" fill="none" stroke="black" stroke-width="2"/>
<!-- 绘制中间的分隔线 -->
<line x1="400" y1="10" x2="400" y2="590" stroke="black" stroke-width="2"/>
<line x1="10" y1="300" x2="790" y2="300" stroke="black" stroke-width="2"/>
<!-- 填写标题 -->
<text x="50" y="50" font-size="20" font-weight="bold">优势 (Strengths)</text>
<text x="450" y="50" font-size="20" font-weight="bold">劣势 (Weaknesses)</text>
<text x="50" y="350" font-size="20" font-weight="bold">机会 (Opportunities)</text>
<text x="450" y="350" font-size="20" font-weight="bold">威胁 (Threats)</text>
<!-- 填写优势内容 -->
<text x="50" y="100" font-size="16">• AI 诊断高效准确</text>
<text x="50" y="130" font-size="16">• 社会需求庞大</text>
<text x="50" y="160" font-size="16">• 政策支持</text>
<!-- 填写劣势内容 -->
<text x="450" y="100" font-size="16">• 训练数据量不足</text>
<text x="450" y="130" font-size="16">• 图像质量参差不齐</text>
<text x="450" y="160" font-size="16">• 老年用户操作困难</text>
<!-- 填写机会内容 -->
<text x="50" y="400" font-size="16">• 基层医疗缺口大</text>
<text x="50" y="430" font-size="16">• 技术迭代加速</text>
<text x="50" y="460" font-size="16">• 医联体合作趋势</text>
<!-- 填写威胁内容 -->
<text x="450" y="400" font-size="16">• 同类竞品增多</text>
<text x="450" y="430" font-size="16">• 数据隐私监管严格</text>
<text x="450" y="460" font-size="16">• 医生接受度差异</text>
</svg>
Please log in to leave a comment!