未知类型:{'options': ['[input @click=doLog() /]', '[input onclick=doLog() /]', '[input click=doLog() /]', '[input click:doLog() /]'], 'type': 102}
举一反三
- vue中标签怎么绑定事件 未知类型:{'options': ['[input @click=doLog() /]', '[input onclick=doLog() /]', '[input click=doLog() /]', '[input click:doLog() /]'], 'type': 102}
- vue中标签怎么绑定事件 A: <input @click=doLog() /> B: <input onclick=doLog() /> C: <input click=doLog() /> D: <input click:doLog() />
- 在页面中看不见的表单元素是()。 未知类型:{'options': ['[input type=" password"][/ ]', '[input type=" radio"]', '[input type=" hidden"]', '[input type="reset"][input][/input]'], 'type': 102}
- 下列哪一项表示的不是按钮。( ) 未知类型:{'options': ['[input type="submit"]', '[input type="reset"]', '[input type="image"]', '[input type="button"]'], 'type': 102}
- 用来输入密码的表单域是( )。 未知类型:{'options': ['[input type=”text” …….]', '[input type=”reset” …….]', '[input type=”password” …….]', '[input type=”submit” …….]'], 'type': 102}
内容
- 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}