第141天 form标签定义请求类型和请求地址分别是哪个属性?
Activity
EragonBubble commentedon Sep 4, 2019
请求类型:enctype
取值:
application/x-www-form-urlencoded
multipart/form-data
text/plain
请求地址:
action
xxf1996 commentedon Sep 4, 2019
method
属性和action
属性;d4c-27 commentedon Apr 8, 2022
action-接受表单数据地址
method:提交服务器方式
enctype:表单提交时使用的默认编码类型