摘要: <%@ page contentType="text/html;charset=UTF-8" import="java.sql.*,message.Message"%><HTML> <head><title>留言板</title><style type="text/css"> input[type= 阅读全文
posted @ 2024-07-12 15:30 白泽的格物志 阅读(29) 评论(0) 推荐(0)
摘要: 用来解释图书编码的含义 public String Location(String book_id) { String[] parts = book_id.split("-"); if (parts.length < 3) { throw new IllegalArgumentException(" 阅读全文
posted @ 2024-07-12 15:09 白泽的格物志 阅读(6) 评论(0) 推荐(0)