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

138

文本 #38072

-

PasteBin

Lines
28
Words
135
Size
1,7 KB
Created
Typ
text/plain
Public Domain (PD)
Please log in to leave a comment!