• 2022-06-11 问题

    以下哪个选项是正确的json数据格式: A: { "id": 2, "userName": admin, "passWord": 12345, "email": admin@qq.com} B: { id: 2, userName: "admin", passWord: "12345", email: "admin@qq.com"} C: { "id": 2, "userName": "admin", "passWord": "12345", "email": "admin@qq.com",} D: { "id": 2, "userName": "admin", "passWord": "12345", "email": "admin@qq.com"}

    以下哪个选项是正确的json数据格式: A: { "id": 2, "userName": admin, "passWord": 12345, "email": admin@qq.com} B: { id: 2, userName: "admin", passWord: "12345", email: "admin@qq.com"} C: { "id": 2, "userName": "admin", "passWord": "12345", "email": "admin@qq.com",} D: { "id": 2, "userName": "admin", "passWord": "12345", "email": "admin@qq.com"}

  • 2022-06-07 问题

    密码输入框和文本输入框样式同时定义时,写法正确的是( ) A: input[type="text"] [type="password"] { } B: input[type="text"],[type="password"] { } C: input([type="text"],[type="password"]) { } D: input(type="text"),(type="password") { }

    密码输入框和文本输入框样式同时定义时,写法正确的是( ) A: input[type="text"] [type="password"] { } B: input[type="text"],[type="password"] { } C: input([type="text"],[type="password"]) { } D: input(type="text"),(type="password") { }

  • 2022-06-19 问题

    下列哪个是文件域表单元素正确的写法?( ) A: <input type="file" name="file" /> B: <input type="button" name="btn" /> C: <input type="text" name="text" /> D: <input type="password" name="pwd" />

    下列哪个是文件域表单元素正确的写法?( ) A: <input type="file" name="file" /> B: <input type="button" name="btn" /> C: <input type="text" name="text" /> D: <input type="password" name="pwd" />

  • 2022-07-02 问题

    密码字段通过标签( ) 来定义: A: <input type="text"> B: <input type="checkbox"> C: <input type="submit"> D: <input type="password">

    密码字段通过标签( ) 来定义: A: <input type="text"> B: <input type="checkbox"> C: <input type="submit"> D: <input type="password">

  • 2022-06-19 问题

    如果要在表单里创建一个普通文本框,以下写法中正确的是:( )。 A: <INPUT type="checkbox"> B: <INPUT> C: <INPUT type="password"> D: <INPUT type="radio">

    如果要在表单里创建一个普通文本框,以下写法中正确的是:( )。 A: <INPUT type="checkbox"> B: <INPUT> C: <INPUT type="password"> D: <INPUT type="radio">

  • 2022-05-31 问题

    以下代码,正确表示表单中的复选框的是?( )。 A: <input type="password"> B: <input type="radio"> C: <input type="checkbox"> D: <input type="text">

    以下代码,正确表示表单中的复选框的是?( )。 A: <input type="password"> B: <input type="radio"> C: <input type="checkbox"> D: <input type="text">

  • 2022-06-19 问题

    如果要在表单中创建一个普通文本框,以下写法中的正确的是( )。 A: <input type="text"> B: <input type="password"> C: <input type="checkbox"> D: <input type="radio">

    如果要在表单中创建一个普通文本框,以下写法中的正确的是( )。 A: <input type="text"> B: <input type="password"> C: <input type="checkbox"> D: <input type="radio">

  • 2022-11-02 问题

    在页面中看不见的表单元素是( )。 A: <input type="password"></input> B: <input type="radio"></input> C: <input type="hidden"></input> D: <input type="reset"></input>

    在页面中看不见的表单元素是( )。 A: <input type="password"></input> B: <input type="radio"></input> C: <input type="hidden"></input> D: <input type="reset"></input>

  • 2022-06-14 问题

    ()设置进入特权模式密码。 A: line password B: enable password C: configure password D: password

    ()设置进入特权模式密码。 A: line password B: enable password C: configure password D: password

  • 2022-05-28 问题

    在表单中,获取password密码验证的写法正确的是 A: $("[name='password']").val() B: $("[name='password']").name() C: $("[name='password']").text() D: $("[name='password']").html()

    在表单中,获取password密码验证的写法正确的是 A: $("[name='password']").val() B: $("[name='password']").name() C: $("[name='password']").text() D: $("[name='password']").html()

  • 1 2 3 4 5 6 7 8 9 10