suchen

Heim  >  Fragen und Antworten  >  Hauptteil

有没有什么可以根据python代码生成流程图的方法

最好是可以生成类似markdown的流程图.

st=>start: Start
e=>end: End
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1

PHPzPHPz2888 Tage vor540

Antworte allen(1)Ich werde antworten

  • PHP中文网

    PHP中文网2017-04-17 17:39:03

    单独再用python写一个脚本解释器来解析python文件里面的代码 然后再生成一个图片或HTML之类吧?

    Antwort
    0
  • StornierenAntwort