from graphviz import Graph h = Graph('hello', format='svg') h.edge('Hello', 'World') print(h.pipe().decode('utf-8')) ...
確定! 回上一頁