The expression "the cause of the disturbance" in paragraph 2 refers to______.
A. the large tidal wave
B. the powerful tidal pull
C. the star coming near the sun
D. one of the sun's planets
第1题:
在switch(expression)语句中,expression的数据类型不能是( )。
A.double
B.char
C.byte
D.short
第2题:
A.Cause2
B.Cause4
C.Cause7
D.Cause15
第3题:
2、ngClass内置指令的格式是:[ngClass]="{cssClass: expression}",其中“expression”的类型是()。
A.string
B.number
C.boolean
D.any
第4题:
A.1
B.2
C.3
D.4
第5题:
第6题:
for重复结构处理计数器控制循环的所有细节。for结构的一般格式如下: for(expression1, expression2, expression3) statement 其中expression1初始化循环控制变量,expression2是循环条件,expression3递增控制变量。