上一页 1 ··· 9 10 11 12 13
摘要: 1.对于jsp页面,需要在首页jsp页面添加如下: <% response.setHeader(“Pragma”,“no-cache”); response.setHeader(“Cache-Control”,“no-cache”); response.setDateHeader(“Expires” 阅读全文
posted @ 2020-05-28 11:31 小小新一枚 阅读(4) 评论(0) 推荐(0)
摘要: 1.对于video控件,需要在css样式上加上背景颜色即可! #video{ width:100%; height:400px; object-fit:fill; border: 1px black solid; vertical-align: middle; } 即添加 background-co 阅读全文
posted @ 2020-05-28 11:17 小小新一枚 阅读(15) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13