Note: Some tags and classes are encapsulated in the frame, and their effects are similar to html tags.
jsp page:
<%
Date d = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
%><%
UserInfo userInfo = (UserInfo) session.getAttribute (ToftConst.Toft_SessionKey_UserData);
%>
Page effect: