<input id="goOrBack" max="1940" min="1032" type="range">
max:为最大值
min:最小值
$(document).ready(function() { $('#goOrBack').val(1500);//设定默认值 })