Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将Servlet 和 JSP用于网络聊天应用程序。要发送和接收消息,我正在使用 JMS。现在,当我发送特定消息时,Java 中有一个侦听器类接收该消息。我的问题是我无法在不重新加载的情况下将消息发布到 JSP 页面上。您能否告诉我如何从该 java 类更改 JSP 页面的特定div 标记。