Dash () app.layout = html.Div([ dcc.Input(id='my-id', value='initial vale', type='text'), html.Div(id='my-div') ]) @app.callback( ...
確定! 回上一頁