guoyuji
2023-10-08 7dbbcd0e54b4094e9f2b620197147e69911669c6
1
2
3
4
5
6
7
8
<%@page import="builder.Manager"%>
<%@page import="toTcp.TcpMain"%>
<%@include file="../mysqlInsert/mysql_connect.jsp"%>
<%
TcpMain.getElectric();
Manager.appStart(new String[]{url,user,password });
response.sendRedirect("bdg.jsp");
%>