From b111d260770492a750f4914f40e59d8baa121d4d Mon Sep 17 00:00:00 2001 From: hahamg <741778746@qq.com> Date: Tue, 18 Oct 2016 19:32:50 +0800 Subject: [PATCH] =?UTF-8?q?#3=20=E6=8F=90=E4=BA=A4=E5=AE=9E=E9=AA=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labs/1414080902222/index1.jsp | 81 +++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 labs/1414080902222/index1.jsp 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()));%> + 比赛节目喜好调查 + + + + + + + + + <% + Date date = new Date(); + date.getTime() ; + %> + +

比赛节目喜好调查

+
+ + + + + + + + + + + + + + + + + + + + + + +
性别:男 + 女 +
出生日期
职业:
偏好:
平时有看: + NBA + 欧冠 + WWE + LOL比赛 +
您的建议:
+
+ + + \ No newline at end of file