typaro 使用笔记

1、sequence流程图

 

 

 

命令:

```sequence

title: MarkDown 画sequence图
participant Client as C
participant Server as S

C->S:C TO S
S->C:S TO C

note left of C: left
note right of S: right
note over C,S: over

#"-"表示实线,"--"表示实线,">"表示黑体箭头,">>"表示空心箭头。

 

posted @ 2022-02-16 16:04  Brickert  Views(151)  Comments(0)    收藏  举报