时间:2021-07-01 10:21:17 帮助过:1人阅读
你说的strut + Hibernate不懂,
不过是不是你是用的 response.redirect 这种服务器端跳转,这样的话,当然就看不到前台页面了,
想让用户看前台后跳转,就用
js跳转window.setTimeout("window.location='xxx.htm'",3000):
或者html meta跳转
引用css和javascript文件时使用其在项目中的绝对路径
谢谢各位的帮助,按照楼主Acesidonu的方法可以解决了。