《servlet与jsp核心编程中》的使用session属性一节中,为了在输出CreationTime,用的是new Date(session.getCreationTime); 直接用session.getCreationTime不是也可以吗,它还特意new了一个Time出来是如何考虑的? 查看完整描述