Div([ dcc.Input(id = 'my-id', value = '初始值', type = 'text'), html.Div(id = 'my-div') ]) @app.callback( Output(component_id = 'my-div', ...
確定! 回上一頁