关于date的显示问题我在jsp页面里定义一个输入框的默认值为 <%=new (java.util.Date()).toLocalString%> ,为什么会报错呢?[解决办法]写法上有问题,应该写成: <%=(new java.util.Date()).toLocaleString()%>