今天來探討一下HTML5 的range 這個新的input 類型,不過重點不是在range 要如何使用,而是在如何去 ... <input type="range" min="0" max="100" step="1" value="50">.
確定! 回上一頁