美文网首页
2018-03-16

2018-03-16

作者: 别时茫茫 | 来源:发表于2018-03-16 10:32 被阅读0次
    链表
    st=>start: Start
    op=>operation: Your Operation
    cond=>condition: Yes or No?
    e=>end
    
    st->op->cond
    cond(yes)->e
    cond(no)->op
    
    st=>start: 开始
    e=>end: 结束
    op=>operation: 我的操作
    cond=>condition: 确认?
    
    st->op->cond
    cond(yes)->e
    cond(no)->op
    

    相关文章

      网友评论

          本文标题:2018-03-16

          本文链接:https://www.haomeiwen.com/subject/cpjlqftx.html