Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在Struts 1.2中,我们可以在将控件从action class转发到jsp时更改地址栏中的URI吗
任何框架都无法做到这一点,因为转发是完全在服务器端发生的操作,浏览器不知道也不关心它。你在给定的 URL 请求一个页面,服务器给你这个页面。生成此页面的方式对浏览器无关紧要。