• 2022-06-26
    以下哪个Panel控件可以关联位图?
    A: Check Box
    B: Track Bar
    C: Switch/Indicator
    D: Picture Box
  • C

    内容

    • 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"