03 2021 档案
摘要:1.pom.xml文件(主要是添加依赖和插件) <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XM
阅读全文
摘要:先上代码 一.html代码 <div> <img src="img/头像.png" alt="选择并上传头像" id="avatar_img" style="width: 100px;height: 100px;left:0;top: 0;"/> <input type="file" id="ava
阅读全文
摘要:在springmvc.xml文件中添加如下配置 <!-- 防止请求跨域 --> <mvc:cors> <mvc:mapping path="/**" allowed-origins="*" allow-credentials="true" max-age="1800" allowed-methods
阅读全文

浙公网安备 33010602011771号