<input id="inputid" type="number" value="请输入年份"/>
<input type="submit" value="提交">
<script>
var year = document.getElementById("inputid");
document.write(year); //=> [object HTMLInputElement]
var a = year%10;
document.write(a);
如上所述,我不会写input提交到js,请帮忙检查问题并修改。