Skip to content

[html] 第141天 form标签定义请求类型和请求地址分别是哪个属性? #1148

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第141天 form标签定义请求类型和请求地址分别是哪个属性?

Activity

EragonBubble

EragonBubble commented on Sep 4, 2019

@EragonBubble

请求类型:enctype
取值:
application/x-www-form-urlencoded
multipart/form-data
text/plain

请求地址:
action

xxf1996

xxf1996 commented on Sep 4, 2019

@xxf1996

method属性和action属性;

d4c-27

d4c-27 commented on Apr 8, 2022

@d4c-27

action-接受表单数据地址
method:提交服务器方式
enctype:表单提交时使用的默认编码类型

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@xxf1996@EragonBubble@d4c-27

        Issue actions

          [html] 第141天 form标签定义请求类型和请求地址分别是哪个属性? · Issue #1148 · haizlin/fe-interview