在页面加载的时候自动为日期插件添加当前日期。 [removed] $(document).ready(function(){ $("#startTime").val(formatDate()); $("#endTime").val(formatDate()); } jsp页面的body部分代码: 日期: <input type="text" id="startTime">至:<input type="text" id="endTime">