标签form表单里的属性简单介绍了一下
<form id="form1" name="form1" method="post" action="">
这是form表单,里面有action <发送到哪>,method <里面有post,get表示发送请求,选一>,id<表单标识>, name<表单名>属性;
<form id="form1" name="form1" method="post" action="">
这是form表单,里面有action <发送到哪>,method <里面有post,get表示发送请求,选一>,id<表单标识>, name<表单名>属性;