代码
‘’’mermaid
flowchat
//前面是三个 主键盘区数字1左边那个符号,这里我用单引号代替了。像所有语言块一样。
//一般上面写结构,下面写流程
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
st->op->cond
cond(yes)->e
cond(no)->op
‘’‘
代码
‘’’mermaid
flowchat
//前面是三个 主键盘区数字1左边那个符号,这里我用单引号代替了。像所有语言块一样。
//一般上面写结构,下面写流程
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 确认?
st->op->cond
cond(yes)->e
cond(no)->op
‘’‘