更多“I hope () was involved in that accident this morning was all right.A、anyoneB、noneC、whoe ”相关问题
  • 第1题:

    “Does she speak English or Russian?” “She doesn’t speak ________.”

    A.neither

    B.none

    C.either

    D.all


    参考答案:C

  • 第2题:

    下面vb6.0中tagname,name,value有什么区别呀?

    webbrowser1.document.all(i).tagname

     webbrowser1.document.all(i).name

     webbrowser1.document.all(i).value


    比如document.all(i)是<input type="text" value="abcd" name="t1"/>那么这里tagname就是inputname就是t1value就是abcd,他们都是该元素的属性,如果不存在该属性那么你在引用的时候就会出现错误。
    比如document.all(i)是<input type="text" value="abcd" name="t1"/>
    那么这里tagname就是input
    name就是t1
    value就是abcd,他们都是该元素的属性,如果不存在该属性那么你在引用的时候就会出现错误。

  • 第3题:

    【单选题】以下不是float属性的是()。

    A.left

    B.none

    C.right

    D.all


    D

  • 第4题:

    下面程序的运行结果是includemain(){char a[]="morning",t; int i,j=0; for(i=1;i<7;i

    下面程序的运行结果是 #include<stdio.h> main() { char a[]="morning",t; int i,j=0; for(i=1;i<7;i++) if(a[j]<a[i])j=i; t=a[j]; a[j]=a[7]; a[7]=a[j]; puts[a];}

    A.mrgninr

    B.mo

    C.moring

    D.morning


    正确答案:B
    解析:本题考查了一维数组元素的引用方法。题中数组a为一字符串数组,通过数组首地址和下标可以引用数组中的每个元素。因为字符数组相当于字符串,所以可以用字符串输出函数puts()来输出字符数组中的各个字符。

  • 第5题:

    My friends and I would like to go to the concert,but__________of us has got a ticket.

    A.both
    B.none
    C.neither
    D.all

    答案:B
    解析:
    考查代词用法。首先排除A、C两项,因为both,neither只能用来指两者。由于本句是否定意思,故选none。句意为:“朋友们和我都想去听音乐会,但我们都没有票。”