A: Hi! Jack, Where were you these days?B: I_____ to Japan last month and came back only yesterday.A. goB. beenC. went
A: Hi! Jack, Where were you these days?
B: I_____ to Japan last month and came back only yesterday.
A. go
B. been
C. went
相关考题:
7. If I _______ you,l_______ take an umbrella with me.A. was ; shouldB. was ; wouldC. were ; willD. were ; would
You'd better tell him what to do next as soon as he _______ back.A:comeB:cameC:is comingD:comes
如果month=4,下面代码的输出结果是 int days=0; switch(month) { case 2: days=28; break; case 4: case 6: case 9: case 11: days=30; break; default: days=31; break; } Console.WriteLine(days);A.0B.28C.30D.31
5、如果month=4,下面代码的输出结果是 int days=0; switch(month) { case 2: days=28; break; case 4: case 6: case 9: case 11: days=30; break; default: days=31; break; } Console.WriteLine(days);A.0B.28C.30D.31
2、选择无序列表项中的最后一个元素应该使用的选择器是A.ul:only-childB.li:only-childC.ul:last-childD.li:last-child