jsp实现emp表数据

<%@ page contentType="text/html" pageEncoding="UTF-8"%> <%@ page import="java.sql.*"%> <html> <head> <title>emp表数据</title> </head> <body> <%!   private static String driver= "com.mysql.jdbc.Driver";  
相关文章
相关标签/搜索