• 2022-06-16
    vue中标签怎么绑定事件
    未知类型:{'options': ['[input @click=doLog() /]', '[input onclick=doLog() /]', '[input click=doLog() /]', '[input click:doLog() /]'], 'type': 102}
  • A

    内容

    • 0

      ‌增加表单的复选框的HTML代码是( )。‎ 未知类型:{'options': ['[input type="submit"]', '[input type= "image"]', '[input type="text"]', '[input type="checkbox"]'], 'type': 102}

    • 1

      ‎在页面中看不见的表单元素是( )。‍ 未知类型:{'options': ['[input type="password"]', '[input type="radio"]', '[input type="hidden"]', '[input type="reset"]'], 'type': 102}

    • 2

      下列选项中,用于为[input]标签定义标注的标签是()[/input] 未知类型:{'options': ['[input /]', '[label]', '[select][/]', '[form]'], 'type': 102}

    • 3

      下列HTML标签中,用于提交表单的内容到服务器的表单元素是() 未知类型:{'options': ['[INPUT TYPE="checkbox"]', '[INPUT TYPE="radio"]', '[INPUT TYPE="reset"]', '[INPUT TYPE="submit"]'], 'type': 102}

    • 4

      如果要在表单中创建一个普通文本框,以下写法中的正确的是( )。 未知类型:{'options': ['[input type="text"]', '[input type="password"]', '[input type="checkbox"]', '[input type="radio"]'], 'type': 102}