찾다

 >  Q&A  >  본문

有没有什么可以根据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일 전537

모든 응답(1)나는 대답할 것이다

  • PHP中文网

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

    파이썬을 이용한 스크립트 인터프리터를 따로 작성해서 파이썬 파일 안의 코드를 파싱한 뒤 이미지나 HTML을 생성하는 거겠죠?

    회신하다
    0
  • 취소회신하다