当前位置: 代码迷 >> 综合 >> Stuts1 标签form 与 html:form
  详细解决方案

Stuts1 标签form 与 html:form

热度:80   发布时间:2024-01-12 13:22:56.0
<form action="" method="post">

<html: form action="" method="post">
异处
form 里的 action得需要写全action 比如Useraction.do

html:form 里 action 可以写成Useraction 也可写成/Useraction还可以/Useraction.do 因为 html:form 里 可以自动补全路径

  相关解决方案