摘要: 数据库test 中建个表 stu(stuid 主键 自动增长 ,用户名,密码,年龄) 1 package com.study.stu; 2 3 public class Stu { 4 5 private int stuid; 6 private String username; 7 private 阅读全文
posted @ 2022-05-08 20:22 王佳瑜 阅读(23) 评论(0) 推荐(0) 编辑