From 09bf09c0ace21c595cd1681634365c71ba8bd572 Mon Sep 17 00:00:00 2001
From: Lin <220340138@cauc.edu.cn>
Date: Sat, 26 Oct 2024 21:42:51 +0800
Subject: [PATCH] Multi dialogue & formate the response
---
.classpath | 8 ++-
WebContent/default/index.jsp | 2 +-
WebContent/default/js/script.js | 11 ++--
src/javabean/db_conn.java | 2 +-
src/servlet/ChatServlet.java | 56 +++++++++++-------
target/classes/META-INF/MANIFEST.MF | 2 +-
.../air_ticket_book/pom.properties | 4 +-
target/classes/javabean/db_conn.class | Bin 3129 -> 3129 bytes
target/classes/servlet/ChatServlet.class | Bin 5131 -> 5899 bytes
9 files changed, 52 insertions(+), 33 deletions(-)
diff --git a/.classpath b/.classpath
index 9e4c6d7..9706fd2 100644
--- a/.classpath
+++ b/.classpath
@@ -13,11 +13,15 @@
-
-
+
+
+
+
+
+
diff --git a/WebContent/default/index.jsp b/WebContent/default/index.jsp
index d6314b2..6d52543 100644
--- a/WebContent/default/index.jsp
+++ b/WebContent/default/index.jsp
@@ -295,4 +295,4 @@ String todaydate = sdf.format(date);