form表单 以post方式提交数据

form表单 以post方式提交数据

form表单以post方式提交数据,需要在form标签中将method属性设置为post

事例代码如下:

<form method="post">