首先要來寫一個range 出來,min 是最小值,max 是最大值,step 是每隔間距,value 是預設數值: <input type="range" min="0" max="100" step="1" value="50">.
確定! 回上一頁