• 2022-05-30 问题

    TEST 多选题2 A: TEST 选项A B: TEST 选项B C: TEST 选项C D: TEST 选项D

    TEST 多选题2 A: TEST 选项A B: TEST 选项B C: TEST 选项C D: TEST 选项D

  • 2022-07-27 问题

    下列Python代码,函数的定义和调用书写正确的是() A: def test(a| b): print(a) print(b) test(1| 2) B: def test(a): print(a) print(b) test(1, 2) C: def test(a, b): print(a) print(b) test(1) D: def test(a, b): print(a) print(b) test(1, 2)

    下列Python代码,函数的定义和调用书写正确的是() A: def test(a| b): print(a) print(b) test(1| 2) B: def test(a): print(a) print(b) test(1, 2) C: def test(a, b): print(a) print(b) test(1) D: def test(a, b): print(a) print(b) test(1, 2)

  • 2022-06-01 问题

    下面代码中 能够定义项目列表的符号是空心圆圈? A: list-type: circle B: type: 2 C: type: circle D: list-style-type: circle

    下面代码中 能够定义项目列表的符号是空心圆圈? A: list-type: circle B: type: 2 C: type: circle D: list-style-type: circle

  • 2022-07-24 问题

    2、class Test{ Test(){} } 下列构造方法中,哪个构造方法可以存在上述Test类中?( ) A: public Test(){}; B: private Test(){}; C: Test(int age){}; D: public Test(){};

    2、class Test{ Test(){} } 下列构造方法中,哪个构造方法可以存在上述Test类中?( ) A: public Test(){}; B: private Test(){}; C: Test(int age){}; D: public Test(){};

  • 2022-05-28 问题

    下面哪些是正确的携带URL参数的超级链接href属性 A: href=“{:url(‘test’), ‘id’=>2}” B: href=“{:url(‘test’),[‘id’=>2]}” C: href=“{:url(‘test’),[‘id’=>2], [‘X’=>input(‘sid’)]}” D: href=“{:url(‘test’),[‘id’=>2 , ‘X’=>input(‘sid’) ]}”

    下面哪些是正确的携带URL参数的超级链接href属性 A: href=“{:url(‘test’), ‘id’=>2}” B: href=“{:url(‘test’),[‘id’=>2]}” C: href=“{:url(‘test’),[‘id’=>2], [‘X’=>input(‘sid’)]}” D: href=“{:url(‘test’),[‘id’=>2 , ‘X’=>input(‘sid’) ]}”

  • 2022-05-29 问题

    定义一个包含3个元素的类Circle的对象数组x,下列哪种写法是错误的?( ) A: Circle x[ ] = new Circle[3]; B: Circle [ ]x = new Circle[3]; C: Circle x[3] = new Cirlce( ); D: Circle x[ ] = { new Circle(), new Circle(), new Circle() };

    定义一个包含3个元素的类Circle的对象数组x,下列哪种写法是错误的?( ) A: Circle x[ ] = new Circle[3]; B: Circle [ ]x = new Circle[3]; C: Circle x[3] = new Cirlce( ); D: Circle x[ ] = { new Circle(), new Circle(), new Circle() };

  • 2022-06-17 问题

    如下语句,大家觉得执行结果选哪个 function a(){ var test=2; } alert(test);

    如下语句,大家觉得执行结果选哪个 function a(){ var test=2; } alert(test);

  • 2021-04-14 问题

    Unit Test 2 Match the useful expressions.

    Unit Test 2 Match the useful expressions.

  • 2021-04-14 问题

    阅读以下程序,写出运行结果。 #include using namespace std; class Test { private: int num; public: Test(); Test(int n); }; Test::Test() { cout << "Init defa" << endl; num = 0; } Test::Test(int n) { cout << "Init" << " " << n << endl; num = n; } int main() { Test x[2]; Test y(15); return 0; }

    阅读以下程序,写出运行结果。 #include using namespace std; class Test { private: int num; public: Test(); Test(int n); }; Test::Test() { cout << "Init defa" << endl; num = 0; } Test::Test(int n) { cout << "Init" << " " << n << endl; num = n; } int main() { Test x[2]; Test y(15); return 0; }

  • 2022-06-04 问题

    假设类Circle只定义了一个"Circle(int x){......}"形式的构造方法,则下列新建对象语句中错误的是( )。 A: Circle obj = new Circle(10); B: Circle obj; obj = new Circle(10); C: Circle obj = new Circle(); D: Circle obj = new Circle(10/3);

    假设类Circle只定义了一个"Circle(int x){......}"形式的构造方法,则下列新建对象语句中错误的是( )。 A: Circle obj = new Circle(10); B: Circle obj; obj = new Circle(10); C: Circle obj = new Circle(); D: Circle obj = new Circle(10/3);

  • 1 2 3 4 5 6 7 8 9 10