摘要:
一、前提条件 1、导入thymeleaf <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring5</artifactId> </dependency> 2、html templates文件夹中创建html 阅读全文
摘要:
https://www.jb51.net/article/152632.htm 阅读全文
摘要:
import requests _url = "http://127.0.0.1:8000/test2/" files = { "image": ("e.jpg", open(r"C:\Users\wuhao\Desktop\e.jpg", 'rb'), "image/jpeg"), } data 阅读全文