参考答案和解析
正确答案:B
更多“_________A. satellites B. pictures C. weather D. space ”相关问题
  • 第1题:

    设已经在窗体上添加了一个通用对话框控件CommonDialogl,以下正确的语句是

    A.CommonDialogl.Filter=ALLL Files|*.*|Pictures(*.Bmp) | *.Bmp

    B.CommonDialogl.Filter″ALLL Files″ |*.* | "Pictures(*. Bmp)″ | *.Bmp

    C.CommonDialogl.Filter{ALLL Files{ |*.* |Pictures(*.Bmp) | *.Bmp

    D.CommonDialogl.Filter″ALLL Files |*.* | Pictures(*.Bmp)| *.Bmp″


    正确答案:D
    解析:通用对话框CommonDialog 控件的Filter 属性用于返回或设置在对话框的类型列表框中所显示的过滤器。语法为:控件名.Filter [="文件类型1 |文件扩展名1|文件类型2 |文件扩展名2 ... "]

  • 第2题:

    The GPS system was designed for ______ satellites.

    A.3

    B.12

    C.18

    D.24


    正确答案:D

  • 第3题:

    【单选题】假设微信小程序Page对象的data属性对象中有一个叫weather的属性,在视图层采用如下哪个代码进行数据渲染?

    A.data.weather

    B.data.get(“weather”)

    C.{weather}

    D.{{weather}}


    B

  • 第4题:

    以下语句正确的是()

    A、CommonDialogl.Filter=AllFiles|*.*|Pictures(*.Bmp)|*.Bmp

    B、CommonDialogl.Filter="AllFiles"|"*.*"|"Pictures(*.Bmp)"|"*.Bmp"

    C、CommonDialogl.Filter="AllFiles|*.*|Pictures(*.Bmp)|*.Bmp"

    D、CommonDialogl.Filter={AllFiles|*.*|Pictures(*.Bmp)|*.Bmp|


    正确答案:C

  • 第5题:

    打开窗口的控制菜单可以单击控制菜单框或者()。

    A.按【Ctrl】+【Space】
    B.按【Alt】+【Space】
    C.双击标题栏
    D.【Shift】+【Space】

    答案:B
    解析:

  • 第6题:

    1、当用户点击文件名称为“weather.jpg”的图像时,需要将用户点击图像的坐标发送到后台名为"weather.jsp"的程序模块处理,即将图像定义服务器端图像映射,则下面正确的选项为()。

    A.<a href="weather.jpg"> <img src="weather.jsp" ismap /> </a>

    B.<a href="weather.jsp"> <img src="weather.jpg" ismap /> </a>

    C.<a href="weather.jsp"> <img src="weather.jpg" usemap /> </a>

    D.<a href="weather.jpg"> <img src="weather.jsp" usemap /> </a>


    A