html.Div([ dcc.Slider( id='years-slider', min=min(years), max=max(years), ... style={'width':'75%', 'margin':25, 'textAlign': 'center'}).
確定! 回上一頁