• 2021-04-14 问题

    下列语句中,正确的是( )。? char a[ ][3] ={'abc', '1'};|char a[ ][3] ={ "a", "1"};|char a[3][ ]={'abc', '1'};;;|char a[3][ ]={'a', "1"};

    下列语句中,正确的是( )。? char a[ ][3] ={'abc', '1'};|char a[ ][3] ={ "a", "1"};|char a[3][ ]={'abc', '1'};;;|char a[3][ ]={'a', "1"};

  • 2022-06-29 问题

    下列语句中,正确的是( )。 A: char a[ ][3] ={ "a", "1"}; B: char a[3][ ]={'abc', '1'}; C: char a[ ][3] ={'abc', '1'}; D: char a[3][ ]={'a', "1"};

    下列语句中,正确的是( )。 A: char a[ ][3] ={ "a", "1"}; B: char a[3][ ]={'abc', '1'}; C: char a[ ][3] ={'abc', '1'}; D: char a[3][ ]={'a', "1"};

  • 2022-07-27 问题

    下列哪个不是有效的字符常量( )。 A: ‘ ’ B: ‘’‘ C: '1' D: "1"

    下列哪个不是有效的字符常量( )。 A: ‘ ’ B: ‘’‘ C: '1' D: "1"

  • 2022-06-03 问题

    <p>若要使表格的行高为16pt,以下方法中,正确的是( )。</p> A: &lt;table border=&quot;1&quot; line-height=”16pt&quot;&gt;…&lt;/table&gt; B: &lt;table border=&quot;1&quot; style=&quot;line-height:16&quot;&gt;…&lt;/table&gt; C: &lt;table border=&quot;1&quot; style=&quot;line-height:16pt&quot;&gt;…&lt;/table&gt; D: &lt;table border=&quot;1&quot; style=&quot;height:16pt&quot;&gt;…&lt;/table&gt;

    <p>若要使表格的行高为16pt,以下方法中,正确的是( )。</p> A: &lt;table border=&quot;1&quot; line-height=”16pt&quot;&gt;…&lt;/table&gt; B: &lt;table border=&quot;1&quot; style=&quot;line-height:16&quot;&gt;…&lt;/table&gt; C: &lt;table border=&quot;1&quot; style=&quot;line-height:16pt&quot;&gt;…&lt;/table&gt; D: &lt;table border=&quot;1&quot; style=&quot;height:16pt&quot;&gt;…&lt;/table&gt;

  • 2022-06-08 问题

    Python 语言中,以下表达式输出结果为11的选项是( )。 A: print(&quot;1+1&quot;) B: print(eval(&quot;1+1&quot;)) C: print(eval(&quot;1&quot; + &quot;1&quot;)) D: print(1+1)

    Python 语言中,以下表达式输出结果为11的选项是( )。 A: print(&quot;1+1&quot;) B: print(eval(&quot;1+1&quot;)) C: print(eval(&quot;1&quot; + &quot;1&quot;)) D: print(1+1)

  • 2021-04-14 问题

    以下代码输出的结果为( )&lt;?php$attr = array(&quot;0&quot;=&gt;&quot;aa&quot;,&quot;1&quot;=&gt;&quot;bb&quot;,&quot;2&quot;=&gt;&quot;cc&quot;);echo $attr[1];?&gt;? 输出为空|aa|会报错!|bb

    以下代码输出的结果为( )&lt;?php$attr = array(&quot;0&quot;=&gt;&quot;aa&quot;,&quot;1&quot;=&gt;&quot;bb&quot;,&quot;2&quot;=&gt;&quot;cc&quot;);echo $attr[1];?&gt;? 输出为空|aa|会报错!|bb

  • 2022-06-04 问题

    如何创建一个空元素 ( )。 A: document.getElementById('alink') B: document.createElement(&quot;元素名&quot;) C: element.hasAttribute('元素名') D: a.style.opacity = &quot;1&quot;

    如何创建一个空元素 ( )。 A: document.getElementById('alink') B: document.createElement(&quot;元素名&quot;) C: element.hasAttribute('元素名') D: a.style.opacity = &quot;1&quot;

  • 2022-06-06 问题

    下列哪项不属于设置关键属性( )。 A: a.innerHTML=&quot;go to tmooc&quot; B: a.href=&quot;http://tmooc.cn&quot;; C: a.href=&quot;http://www.baidu.com&quot;; D: a.style.opacity = &quot;1&quot;;

    下列哪项不属于设置关键属性( )。 A: a.innerHTML=&quot;go to tmooc&quot; B: a.href=&quot;http://tmooc.cn&quot;; C: a.href=&quot;http://www.baidu.com&quot;; D: a.style.opacity = &quot;1&quot;;

  • 2022-06-14 问题

    下面关于比特的叙述中,错误的是( ). A: 比特是组成信息的最小单位 B: 比特只有&quot;0&quot;和&quot;1&quot;两个符号 C: 比特&quot;0&quot;小于比特&quot;1&quot; D: 比特即可以表示数值,也可以表示图像和声音

    下面关于比特的叙述中,错误的是( ). A: 比特是组成信息的最小单位 B: 比特只有&quot;0&quot;和&quot;1&quot;两个符号 C: 比特&quot;0&quot;小于比特&quot;1&quot; D: 比特即可以表示数值,也可以表示图像和声音

  • 2022-06-06 问题

    执行语句x = MsgBox(&quot;错误&quot;, vbOKCancel),弹出对话框后按“取消”按钮,则变量x的值为( )。 A: 数值型1 B: 数值型2 C: 字符型&quot;1&quot; D: 字符型&quot;2&quot;

    执行语句x = MsgBox(&quot;错误&quot;, vbOKCancel),弹出对话框后按“取消”按钮,则变量x的值为( )。 A: 数值型1 B: 数值型2 C: 字符型&quot;1&quot; D: 字符型&quot;2&quot;

  • 1 2 3 4 5 6 7 8 9 10