• 2021-04-14 问题

    下列()不是doucument对象的属性

    下列()不是doucument对象的属性

  • 2022-06-08 问题

    在JavaScript中,下列对象中具有onChange事件的是()。 A: Select B: Text C: Textarea D: doucument

    在JavaScript中,下列对象中具有onChange事件的是()。 A: Select B: Text C: Textarea D: doucument

  • 2022-06-05 问题

    在页面上输出信息正确的代码是( ) 。 A: document.write("欢迎浏览"); B: document.write(欢迎浏览); C: doucument.printf("欢迎浏览"); D: document.printf(欢迎浏览);

    在页面上输出信息正确的代码是( ) 。 A: document.write("欢迎浏览"); B: document.write(欢迎浏览); C: doucument.printf("欢迎浏览"); D: document.printf(欢迎浏览);

  • 2021-04-14 问题

    编写程序,用“*”输出字母C。 答案: #include void main() { printf("* * * * "); printf("* "); printf("* "); printf("* "); printf("* * * * ");

    编写程序,用“*”输出字母C。 答案: #include void main() { printf("* * * * "); printf("* "); printf("* "); printf("* "); printf("* * * * ");

  • 2021-04-14 问题

    编写程序,用“*”输出字母C。 答案: #include void main() { printf("* * * *\n"); printf("*\n"); printf("*\n"); printf("*\n"); printf("* * * *\n");

    编写程序,用“*”输出字母C。 答案: #include void main() { printf("* * * *\n"); printf("*\n"); printf("*\n"); printf("*\n"); printf("* * * *\n");

  • 2022-07-25 问题

    以下哪种printf的用法正确 A: printf("%d",'a'); B: printf("%d",4.0); C: printf("%d",4); D: printf("%f",4);

    以下哪种printf的用法正确 A: printf("%d",'a'); B: printf("%d",4.0); C: printf("%d",4); D: printf("%f",4);

  • 2022-05-27 问题

    若有以下定义:floatx;inta,b;则正确的switch语句是。 A: switch(a+b);{case1:printf("*");case2:printf("**");} B: switch(x){case1.0:printf("*");case2.0:printf("**");} C: switch(x){case1,2:printf("*");case3:printf("**");} D: switch(a+b){case1:printf("*");case1+2:printf("**");}

    若有以下定义:floatx;inta,b;则正确的switch语句是。 A: switch(a+b);{case1:printf("*");case2:printf("**");} B: switch(x){case1.0:printf("*");case2.0:printf("**");} C: switch(x){case1,2:printf("*");case3:printf("**");} D: switch(a+b){case1:printf("*");case1+2:printf("**");}

  • 2022-06-29 问题

    下列对printf函数的使用正确的是()。 A: printf(“%d,%d”,a) B: printf(“%d,%c”,a,a) C: printf(“d%,d%”,a) D: printf(“d%,c%”,a,a)

    下列对printf函数的使用正确的是()。 A: printf(“%d,%d”,a) B: printf(“%d,%c”,a,a) C: printf(“d%,d%”,a) D: printf(“d%,c%”,a,a)

  • 2022-07-25 问题

    以下哪种printf的用法正确 A: printf("%d",'a'); B: printf("%d",4.0); C: printf("%d",4); D: printf("%f",4);

    以下哪种printf的用法正确 A: printf("%d",'a'); B: printf("%d",4.0); C: printf("%d",4); D: printf("%f",4);

  • 2022-10-28 问题

    ‏以下哪句不能编译?‏ A: if ( a==b ) else printf("no"); B: if ( a==b ); else printf("no"); C: if ( a==b ) {} else printf("no"); D: if ( a==b ) printf("no");

    ‏以下哪句不能编译?‏ A: if ( a==b ) else printf("no"); B: if ( a==b ); else printf("no"); C: if ( a==b ) {} else printf("no"); D: if ( a==b ) printf("no");

  • 1 2 3 4 5 6 7 8 9 10