You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
515 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="com.util.*"%>
<%
request.setCharacterEncoding("gb2312");//<2F><><EFBFBD><EFBFBD>ҳ<EFBFBD><D2B3><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD>
DBO db=new DBO();//<2F><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD>
String sql="select * from xuesheng where 1=1 ";//<2F><>ѯ ѧ<><D1A7>sql<71><6C><EFBFBD>
db.open();//<2F><><EFBFBD><EFBFBD><EFBFBD>ݿ<EFBFBD><DDBF><EFBFBD><EFBFBD><EFBFBD>
ResultSet rs=db.query(sql);//<2F><>ѯ<EFBFBD><D1AF><EFBFBD>
//ѧ<><D1A7><EFBFBD><EFBFBD>Ϣ<EFBFBD>б<EFBFBD>
%>
<!DOCTYPE html>
<html lang="en">
<head>