怎么在后台显示我输入两个文本框的内容
发布于 10 年前 作者 xiaosong88 3094 次浏览 最后一次编辑是 8 年前 来自 问答

<form action=’/test’ method=‘post’>

<input type='text' name='name' value='sss'> 

<input type='text' name='tel' value='sbb' > 

<input type='submit' value='Submit'> 

</form>

回到顶部