Update H_01.jsp
This commit is contained in:
parent
d5dda7cedd
commit
2fe117c49c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<%@ page import = "java.io.*,java.util.*,java.net.http.*,java.net.URI,java.net.http.HttpResponse.BodyHandlers,java.net.HttpURLConnection,java.net.URL,java.nio.charset.StandardCharsets,org.json.*,javafx.scene.web.*" %>
|
||||
<%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %>
|
||||
<%@
|
||||
<%
|
||||
String page = request.getParameter("p");
|
||||
if (page != null) {
|
||||
page = page.replaceAll("&", "&")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue