• 2022-06-12 问题

    2.以下表示CSS类选择器的是( )。 A: B: mydiv C: mydiv-class D: $mydiv E: .mydiv

    2.以下表示CSS类选择器的是( )。 A: B: mydiv C: mydiv-class D: $mydiv E: .mydiv

  • 2021-04-14 问题

    对于下面程序段,不正确的说法是()。 function loadXMLDoc() { var xmlhttp; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("myDiv").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","/ajax/test1.txt",true); xmlhttp.send(); }

    对于下面程序段,不正确的说法是()。 function loadXMLDoc() { var xmlhttp; if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("myDiv").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","/ajax/test1.txt",true); xmlhttp.send(); }

  • 2022-06-04 问题

    分析以下代码 <script> window.onload=function(){ var a=document.getElementById(‘mydiv’); alert(a.lastChild.previousSibling.innerHTML); } </script> <dl id=”mydiv” <dt>aaa</dt> <dd>xxx</dt> <dt>bbb</dt> <dt>ccc</dt> </dl> 弹出提示对话框的内容是

    分析以下代码 <script> window.onload=function(){ var a=document.getElementById(‘mydiv’); alert(a.lastChild.previousSibling.innerHTML); } </script> <dl id=”mydiv” <dt>aaa</dt> <dd>xxx</dt> <dt>bbb</dt> <dt>ccc</dt> </dl> 弹出提示对话框的内容是

  • 2022-05-30 问题

    Word中插入数学公式的方法是()。 A: &quot;插入&quot;→&quot;形状&quot;→&quot;公式&quot; B: &quot;开发工具&quot;→&quot;公式&quot; C: &quot;插入&quot;→&quot;公式&quot;→&quot;插入新公式&quot; D: &quot;引用&quot;→&quot;插入&quot;→&quot;公式&quot;

    Word中插入数学公式的方法是()。 A: &quot;插入&quot;→&quot;形状&quot;→&quot;公式&quot; B: &quot;开发工具&quot;→&quot;公式&quot; C: &quot;插入&quot;→&quot;公式&quot;→&quot;插入新公式&quot; D: &quot;引用&quot;→&quot;插入&quot;→&quot;公式&quot;

  • 2022-06-18 问题

    定义并初始化一个用于存放我们国家的四个直辖市的数组cityName,四个直辖市为:北京,上海,天津,重庆. 正确的是_________ A: String[] cityName=new String[4]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; B: String[] cityName=new String[]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; C: String[] cityName={&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; D: String cityName = new String[4] { &quot;北京&quot;, &quot;上海&quot;, &quot;天津&quot;, &quot;重庆&quot; };

    定义并初始化一个用于存放我们国家的四个直辖市的数组cityName,四个直辖市为:北京,上海,天津,重庆. 正确的是_________ A: String[] cityName=new String[4]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; B: String[] cityName=new String[]{&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; C: String[] cityName={&quot;北京&quot;,&quot;上海&quot;,&quot;天津&quot;,&quot;重庆&quot;}; D: String cityName = new String[4] { &quot;北京&quot;, &quot;上海&quot;, &quot;天津&quot;, &quot;重庆&quot; };

  • 2022-06-18 问题

    已知有一个名为names的空列表,如何向其中添加old_driver,rain,jack,shanshan,peiqi,black_girl 元素? A: names.append(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) B: names.extend(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) C: names.insert(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) D: names.extend([&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;])

    已知有一个名为names的空列表,如何向其中添加old_driver,rain,jack,shanshan,peiqi,black_girl 元素? A: names.append(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) B: names.extend(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) C: names.insert(&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;) D: names.extend([&quot;old_driver&quot;,&quot;rain&quot;,&quot;jack&quot;,&quot;shanshan&quot;,&quot;peiqi&quot;,&quot;black_girl&quot;])

  • 2022-06-11 问题

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

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

  • 2021-04-14 问题

    把一个JSON格式数据赋给变量color:color = &quot色彩":[ &quot暖色":[&quot红",&quot橙",&quot黄"], &quot冷色":[&quot青",&quot蓝"], &quot中性色":[&quot紫",&quot绿",&quot黑",&quot灰",&quot白"] ]以下能够取到冷色“[&quot青",&quot蓝"]”的是哪一个选项?_

    把一个JSON格式数据赋给变量color:color = &quot色彩":[ &quot暖色":[&quot红",&quot橙",&quot黄"], &quot冷色":[&quot青",&quot蓝"], &quot中性色":[&quot紫",&quot绿",&quot黑",&quot灰",&quot白"] ]以下能够取到冷色“[&quot青",&quot蓝"]”的是哪一个选项?_

  • 2022-05-30 问题

    在Excel中,为表格添加边框的正确的操作是()。 A: 单击&quot;单元格&quot;中的&quot;边框&quot; B: 单击&quot;单元格&quot;中的&quot;边框和底纹&quot; C: 单击&quot;插入&quot;中&quot;边框&quot; D: 单击&quot;插入&quot;中&quot;单元格&quot;

    在Excel中,为表格添加边框的正确的操作是()。 A: 单击&quot;单元格&quot;中的&quot;边框&quot; B: 单击&quot;单元格&quot;中的&quot;边框和底纹&quot; C: 单击&quot;插入&quot;中&quot;边框&quot; D: 单击&quot;插入&quot;中&quot;单元格&quot;

  • 2022-06-29 问题

    下面语句中,正确的是( )。 A: printf(&quot;%c &quot;,&quot;student&quot;); B: printf(&quot;%c &quot;,&quot;c&quot;); C: printf(&quot;%s &quot;,&amp;a); D: printf(&quot;%s &quot;,&quot;hello&quot;);

    下面语句中,正确的是( )。 A: printf(&quot;%c &quot;,&quot;student&quot;); B: printf(&quot;%c &quot;,&quot;c&quot;); C: printf(&quot;%s &quot;,&amp;a); D: printf(&quot;%s &quot;,&quot;hello&quot;);

  • 1 2 3 4 5 6 7 8 9 10