1.如果用的又from表单的存在,则在form中添加事件 <form onsubmit
=
"
return false;">.......</form>
2、增加一个隐藏的输入框,认为改变单个输入框
<
input
id
=
"hiddenText"
type
=
"text"
style
=
"display:none"
/>
1.如果用的又from表单的存在,则在form中添加事件 <form onsubmit
=
"
return false;">.......</form>
2、增加一个隐藏的输入框,认为改变单个输入框
<
input
id
=
"hiddenText"
type
=
"text"
style
=
"display:none"
/>