Div(children=[ html.H1(children='Hello Dash'), html.Div(children='Dash: 一款Python web應用框架'), dcc.Graph( id='example-graph', figure=fig ) ...
確定! 回上一頁