The politician refused to_____the election results.
A: speak for
B: speak to
C: comment about
D: comment on
A: speak for
B: speak to
C: comment about
D: comment on
D
举一反三
- _______, he refused to give any explanation. A: When asked to comment on the quality of the goods B: When he being asked to comment C: When asking to comment on the quality of the goods D: When he asked comment on the quality of the goods
- 下面( )不是Java的有效注释。 A: // this is a comment B: / * * this is a comment * * / C: / * this is a comment * / D: * / this is a comment / *
- 如何在CSS文件中插入注释? ( ) A: // this is a comment B: // this is a comment // C: /* this is a comment */ D: ' this is a comment
- CSS中正确的注释语句是什么? A: // this is a comment B: // this is a comment // C: /* this is a comment */ D: ' this is a comment
- 以下java注释哪一种是文档注释 A: //This is comment B: /*This is comment C: /**This is comment*/ D: /*This is comment*/
内容
- 0
以下属于正确的java注释语句有( )。 A: // This is comment B: /* This is comment C: /* This is comment */ D: /** This is comment */
- 1
以下哪个不是Java程序的正确注释 A: /** comment */ B: /* comment */ C: # comment D: // comment
- 2
在CSS样式文件中注释正确的是( )。 A: // this is a comment// B: // this is a comment C: /* this is a comment */ D: ’this is a comment
- 3
在CSS样式文件中的注释正确的是()。 A: //this is a comment// B: //this is a comment C: /*this is a comment*/ D: /’this is a comment
- 4
下列在CSS中插入注释正确的写法是( )。 A: //this is a comment// B: 'this is a comment C: /* this is a comment*/ D: //this is a comment