?? artdel1.jsp
字號(hào):
<%@ page contentType="text/html; charset=utf-8" import="java.sql.*" errorPage="" %>
<%@ include file="Conn.jsp" %>
<%
String str=request.getParameter("key");
int id=Integer.parseInt(str);
String sql="delete from art where art_id="+id;
Exec(sql);
System.out.print(sql);
out.print(sql);
%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -