流程图

woshi ming


select * from table1


//定义类型和描述
st=>start: 开始
e=>end: 结束
op=>operation: 我的操作
cond=>condition: 判断确认?
  
st->op->cond
cond(yes)->e
cond(no)->op

执行结果


<h1>aaaa</h1>

原文地址:https://www.cnblogs.com/mingyongcheng/p/11330277.html