<form action="" method="post">
和
<html: form action="" method="post">
异处
form 里的 action得需要写全action 比如Useraction.do
而
html:form 里 action 可以写成Useraction 也可写成/Useraction还可以/Useraction.do 因为 html:form 里 可以自动补全路径
和
<html: form action="" method="post">
异处
form 里的 action得需要写全action 比如Useraction.do
而
html:form 里 action 可以写成Useraction 也可写成/Useraction还可以/Useraction.do 因为 html:form 里 可以自动补全路径