diff --git a/labs/1414080902222/index1.jsp b/labs/1414080902222/index1.jsp new file mode 100644 index 00000000..985d67b8 --- /dev/null +++ b/labs/1414080902222/index1.jsp @@ -0,0 +1,81 @@ +<%@ page language="java" import="java.util.*" import="java.text.*" pageEncoding="ISO-8859-1"%> +<% +String path = request.getContextPath(); +String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; +%> + + + +
+ + <% SimpleDateFormat format = new SimpleDateFormat("yyyy年MM月dd日"); + out.println(format.format(new Date()));%> +