我开发了一个jsp页面,现在我想改变它的UI,但即使使用新的css,UI也没有改变
我开发了一个jsp页面,现在我为该页面获得了新的UI,所以我想将旧的UI更改为新的UI,但是经过大量的努力,即使在使用新的css之后,UI也没有改变。
请帮我。 谢谢
I developed one jsp page ,now I get new UI for this page so I want to change my old UI to new one but after lots of efforts ,even after use of new css,UI is not changing.
please Help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经更改了 CSS,则可能存在一些缓存问题。清除您的 Web 服务器的缓存,也可能是您的浏览器缓存,然后尝试。如果您将系统日期更改为未来日期,然后进行更改,然后切换回原始日期,也可能会出现问题。那就是当缓存没有被清除时,因为您所做的更改时间戳将小于创建 jsp 之外的 java 文件的日期。在这种情况下,清除服务器的缓存也会有所帮助。
If you have already changed the css, then probably there can be some cache issue. Clear your Web Server's cache and may be also your browser cache and then try. There can be also be an issue if you have changed your system date to future date and then made changes and then switched back to original date. Thats when cache is not cleared as what chages you do the timestamp will be less than the date when java file out of jsp was created. In that case also clearing the Server's cache will help.