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 2,我想在单击左导航链接或图标后向我的操作类发送一些参数。在这种情况下,参数在 URL 中是可见的,所以我想隐藏它。以下是我的左侧导航链接代码:
<s:a href="getFormFields.do?regionId=%{regionId}&nbdcId=%{nbdcId}®ionName=%{regionName}&accountName=%{accountName}&formPage=edit" ></s:a>.
你不能,它们在 URL 中。
尽管参数在请求正文中仍然可见,但您可以发布表单。