以下哪个Panel控件可以关联位图?
A: Check Box
B: Track Bar
C: Switch/Indicator
D: Picture Box
A: Check Box
B: Track Bar
C: Switch/Indicator
D: Picture Box
C
举一反三
- 输入控件中,( )可以起到单选的功能。 A: Check box B: Radio buttons C: Combol box D: Text box
- 用户控件中缺省值为数值型变量的有 A: 编辑框(Edit Box) B: 单选按钮(Radio Button) C: 复选框(Check Box) D: 滑动条(Slider)
- 用户控件中缺省值为数值型变量的有 A: 编辑框(Edit Box) B: 单选按钮(Radio Button) C: 复选框(Check Box) D: 滑动条(Slider)
- 以下选项中,不属于图片框(Picture Box)的属性是()。 A: Align B: Caption C: Picture D: Visible
- 在jquery中,选择id为box的元素,以下操作正确的是: A: $(".box") B: $("#box") C: $("box") D: $(#box)
内容
- 0
以下是CSS类选择器的是() A: box{} B: a:hover{} C: #box{} D: box{}
- 1
在JavaScript开发中,varbox=10+“1”;document.write(“box=”+box)输出是?() A: box=101 B: box=box C: box=10 D: box=NAN
- 2
对于id属性为“box”的可见元素,下列哪种方法可以让元素以动画形式隐藏()。 A: $("#box").fadeOut() B: $("#box").hide() C: $("#box").fadeTo(0) D: $("#box").css("display","block")
- 3
In the flow chart, it is ( ) that represents the judgment box. A: Rectangular box B: Diamond box C: Parallelogram box D: Oval box
- 4
如果需要改变HTML元素的样式,以下写法正确的是() A: document.getElementById(“box”).bgColor="blue" B: document.getElementById(“box”).backgroundColor="blue" C: document.getElementById(“box”).style.bgColor="blue" D: document.getElementById(“box”).style.backgroundColor="blue"