Flowchart流程图

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
``

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注