我用的后端是Springboot; 首先说一下非前后端分离的吧: 在Springboot的配置文件里加一句 spring:web:resource:static-locations:classpath:/static/,file:${web.upload-path}web:upload-path:D:/file/ 这句话的意思就是说D:/file/这个文件夹就是 资源文件夹 ,D:/file/ 映射为后端端口:http://ip:port了,...
import org.springframework.boot.system.ApplicationHome; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.multipart.MultipartFile; import java.util.H...
在网页HTML上访问静态资源的正确写法例: 1、 2、