st=>start: 开始
e=>end: 结束
op=>operation: 正常操作
cond=>condition: 判定
io=>inputoutput: 输入、出
sub=>subroutine: 预定义流程
``mermaid
flowchat
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
st->op->cond
cond(yes)->e
cond(no)->op
``
st=>start: 开始
e=>end: 结束
op=>operation: 正常操作
cond=>condition: 判定
io=>inputoutput: 输入、出
sub=>subroutine: 预定义流程
``mermaid
flowchat
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
st->op->cond
cond(yes)->e
cond(no)->op
``