流程图
```flow
st=>start: Start
op=>operation: Your Operation
sub=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...|current
e=>end: End
st->op->cond
cond(yes)->io->e
cond(no)->sub(right)->op
```
注意,要在上文的flow
前加3个`
符号;
在最后面也加3个`
符号
效果:
关于色块等请查看思维导图的插入
作者:admin 创建时间:2024-04-13 18:07
最后编辑:admin 更新时间:2024-10-21 00:06
最后编辑:admin 更新时间:2024-10-21 00:06