• 2022-06-07
    以下哪个是CardViewCardView 的边缘弧度数属性?
    未知类型:{'options': ['[attr name="cardBackgroundColor" format="color" /]', '[attr name="cardCornerRadius" format="dimension" /]', '[attr name="cardElevation" format="dimension" /]', '[attr name="cardMaxElevation" format="dimension" /]'], 'type': 102}
  • B

    举一反三

    内容

    • 0

      在网页中有如下HTML代码:[br][/br] [input type="radio" name="sex" value="man"/]男 [input type="radio" name="sex" value="woman"/]女 则设置选择状态为“女”,正确jquery实现代码为: A: $("input:radio").get(0).attr("checked",true); B: $( input[type=radio] )[1].attr( checked ,true); C: $( input[type=radio] ).eq(1).attr( checked ,true); D: $("sex:radio").eq(1).attr("checked",true);

    • 1

      在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“ test”,正确的超链接语句是( )。 未知类型:{'options': ['[a href=”test ”][/]', '[a href=”#test ”][/]', '[a name=”test ”][/]', '[a name=”#test ”][/]'], 'type': 102}

    • 2

      定义名为“学号”的属性,该属性的类型为“string”,该属性在XML中必须出现,下面正确的选项是( )。 未知类型:{'options': ['[!attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="prohibited" /]', '[attribute name="学号" type="string" use="required" /]', '[attribute name="学号" type="string" use="optional" /]'], 'type': 102}

    • 3

      下列哪个正确的引入了myScript.js( )。​ 未知类型:{'options': ['[script src="myScript.js"]', '[script href="myScript.js"]', '[script name="myScript.js"]', '[script root="myScript.js"]'], 'type': 102}

    • 4

      ‍在 Struts 应用中,要在网页上输出 personbean 对象的 userName 属性值,下列代码( )是正确的。‌ 未知类型:{'options': ['[ bean:print name="personbean" property="userName"/]', '[ bean:write name="personbean" property="userName"/]', '[ html:message name="personbean" property="userName"/]', '[ html:write name="personbean" 5 property="userName"/]'], 'type': 102}