Markdown入门6-序列图

七、序列图 先上代码:程序员 ​```mermaid sequenceDiagram title: 序列图sequence(示例) participant A participant B participant C note left of A: A左侧说明 note over B: 覆盖B的说明 note right of C: C右侧说明 A->>A:本身到本身 A->>B:实线实箭头 A–>
相关文章
相关标签/搜索