• 2022-06-18 问题

    ​若想用width和height表示屏幕的宽度和高度(单位:像素,整数),在C++中使用下列哪个语句来声明?‎ A: int width, height; B: double width, height; C: char width, height; D: char width[40], height[40];

    ​若想用width和height表示屏幕的宽度和高度(单位:像素,整数),在C++中使用下列哪个语句来声明?‎ A: int width, height; B: double width, height; C: char width, height; D: char width[40], height[40];

  • 2022-06-06 问题

    The swimming pool is 80 meters _____ and 40 meters _______. A: in long; in wide B: in length; in width C: long; in width D: in length; wide

    The swimming pool is 80 meters _____ and 40 meters _______. A: in long; in wide B: in length; in width C: long; in width D: in length; wide

  • 2022-06-06 问题

    The maximum height _________ the grotto is 40 meters, and the width is 30 meters, while the minimum height of the grotto is less than an inch. A: with B: of C: on

    The maximum height _________ the grotto is 40 meters, and the width is 30 meters, while the minimum height of the grotto is less than an inch. A: with B: of C: on

  • 2021-04-14 问题

    【多选题】已知代码如下 class Rectangle { private int width, height; public void setSize(int width, int height) { this.width = width; this.height = height; } } 下面哪些代码重载 setSize 方法 (10.0分) A. protected void setSize(int width, int height) { this(width, height) } B. public void setSize(int width, float height) { this.width = width; this.height = (int)height; } C. protected void setSize(int width) { this.width = width; } D. public void setSize(int height, int width) { this.width = width; this.height = height; }

    【多选题】已知代码如下 class Rectangle { private int width, height; public void setSize(int width, int height) { this.width = width; this.height = height; } } 下面哪些代码重载 setSize 方法 (10.0分) A. protected void setSize(int width, int height) { this(width, height) } B. public void setSize(int width, float height) { this.width = width; this.height = (int)height; } C. protected void setSize(int width) { this.width = width; } D. public void setSize(int height, int width) { this.width = width; this.height = height; }

  • 2022-06-07 问题

    以下id选择器书写正确的是() A: *div{width:100%;} B: text{width;100%;} C: #div{width:100%;} D: #class{width:100%;}

    以下id选择器书写正确的是() A: *div{width:100%;} B: text{width;100%;} C: #div{width:100%;} D: #class{width:100%;}

  • 2021-04-14 问题

    设有以下宏定义:#defineWIDTH80#defineLENGTH(WIDTH+40)则执行赋值语句:k=LENGTH*20;(k为int型变量)后,k的值是 。

    设有以下宏定义:#defineWIDTH80#defineLENGTH(WIDTH+40)则执行赋值语句:k=LENGTH*20;(k为int型变量)后,k的值是 。

  • 2022-06-01 问题

    下列哪些是正确的声明变量的方式? A: int length; int width; B: int length, width; C: int length; width; D: int length, int width;

    下列哪些是正确的声明变量的方式? A: int length; int width; B: int length, width; C: int length; width; D: int length, int width;

  • 2021-04-14 问题

    @keyframes myfirst{ 0%{width:20px;} 100%{width:300px;} } 和 @keyframes myfirst{ from{width:20px;} to{width:300px;} } 以上两段代码的涵义和作用是一样的吗?

    @keyframes myfirst{ 0%{width:20px;} 100%{width:300px;} } 和 @keyframes myfirst{ from{width:20px;} to{width:300px;} } 以上两段代码的涵义和作用是一样的吗?

  • 2022-06-11 问题

    响应式布局中处理图片缩放的最佳方法是( )。 A: img { width: auto; max-width: 100%; } B: img{width:100%} C: img{width:auto;} D: img{width:npx}

    响应式布局中处理图片缩放的最佳方法是( )。 A: img { width: auto; max-width: 100%; } B: img{width:100%} C: img{width:auto;} D: img{width:npx}

  • 2022-06-03 问题

    页面中的div元素的width属性如何设置,才能在页面大小发生变化时,div元素距离页面两边都有10%的外边距? A: width : 100% ; B: width : 90% ; C: width : 80% ; D: width : 50% ;

    页面中的div元素的width属性如何设置,才能在页面大小发生变化时,div元素距离页面两边都有10%的外边距? A: width : 100% ; B: width : 90% ; C: width : 80% ; D: width : 50% ;

  • 1 2 3 4 5 6 7 8 9 10