• 2022-06-16
    表单的提交方式有( )。
    A: get和action
    B: post和action
    C: get和post
    D: get和name
  • C

    内容

    • 0

      get方式提交和post方式提交表单的区别

    • 1

      form>标签的________属性定义了表单提交的方式。 A: post B: get C: action D: method

    • 2

      Form表单中action属性值可以是get和post。 A: 正确 B: 错误

    • 3

      对于表单标记<form action="URL"method=*>,其中*代表() A: GET或SET B: GET或POST C: SET或POST D: GET或PUT

    • 4

      在html中,关于表单提交提交方式说法错误的是() A: 表单提交有get和post两种方式 B: get提交后数据不会显示在地址栏,而post会显示 C: post比get安全 D: method属性用来设置提交方式