图片等静态资源不显示: 1、不要把图片等静态资源放在web-inf目录下 2、删除out,target文件夹,重新编译 3、url的路径是否错误 错误路径: http://localhost:8080/pic/wyy.png 正确路径是:http://localhost:8080/项目名/pic/w Read More
posted @ 2022-07-14 09:37 2337 Views(108) Comments(0) Diggs(0)