05 2022 档案
摘要:spring+vue+mybaits实现多文件上传: 前端页面: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
阅读全文
摘要:实体类(entity) package com.example.mybatis2.entity; import java.io.Serializable; //Serializable实现序列化 public class Category implements Serializable { priv
阅读全文