05 2022 档案

摘要:<%@page import="com.gd.dao.MsgDao"%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html> <html> <he 阅读全文
posted @ 2022-05-22 22:43 温凯文 阅读(40) 评论(0) 推荐(0)
摘要:<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <html> <head> <title>My JSP 'index.jsp' starting page</title> </head> <body> <scr 阅读全文
posted @ 2022-05-11 00:01 温凯文 阅读(24) 评论(0) 推荐(0)
摘要:package zuoye; public class book{ int id; String name; double price; public int getId() { return id; } public void setId(int id) { this.id = id; } pub 阅读全文
posted @ 2022-05-01 20:18 温凯文 阅读(44) 评论(0) 推荐(0)