css图片不显示
程序员文章站
2022-05-25 21:47:44
...
图片不显示,在firebug下提示载入图片失败,需要加入完整路径
.search .searchbtn {
background:url('${pageContext.request.contextPath}/common/images/btn_002.png') no-repeat;
width:98px;
height:35px;
margin:0 0 15px 0;
border:0;
}
上一篇: 在vue中获取input上传图片的宽和高
下一篇: java 上传图片同时获得图片的宽和高