• 2022-05-26
    隐藏一个id为test的元素的方法有哪些?()
    A: $("#test").hide()
    B: $("#test").fadeTo()
    C: $("#test").fadeOut()
    D: $("#test").fadeToggle()
  • A,B,C,D

    内容

    • 0

      删除test表中所有数据的语句为 A: drop table test; B: delete table test; C: delete from test; D: truncate test;

    • 1

      查看一下代码 ,请问输出正确的是|var Test ={| foo:"test",| func:function () {| var self=this;| console.log(this.foo);| console.log(self.foo);| (function () {| console.log(this.foo);| console.log(self.foo);| })();| }|};|Test.func(); A: test test undefined test B: test undefined undefined test C: test test undefined D: test test test test

    • 2

      请选BC A: test B: test C: test D: test

    • 3

      指出代码输出的各个结果: console.log(test); function test(test){ console.log(test); var test=234; console.log(test); function test(){} } test(1); var test=123;

    • 4

      要使数据库TEST作为当前数据库,相应的语句为( ) A: IN TEST B: SHOW TEST C: USER TEST D: USE TEST