P('Range Slider', style={ 'textAlign': 'center' }), dcc.RangeSlider( id='range_slider', min=0, max=20, step=0.5, value=[5, 15] ), html.
確定! 回上一頁