<% String a=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Calendar.getInstance().getTime()); %><input type="hidden" id="aDate" value="<%=a%>"/>js代码:$(function() { console.log($('#aDate').val());}为什么输出的是:undefined,而不是当前时间??
添加回答
举报
0/150
提交
取消