网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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


参考答案

更多 “ A: Hi! Jack, Where were you these days?B: I_____ to Japan last month and came back only yesterday.A. goB. beenC. went ” 相关考题
考题 7. If I _______ you,l_______ take an umbrella with me.A. was ; shouldB. was ; wouldC. were ; willD. were ; would

考题 -Hello, Xiaoyan. How was the party?-Hi, Jack. We had a great time.A. RightB. Wrong

考题 A: Where()you last week? B: I()in Alabama. A、were/wereB、was/isC、were/wasD、was/were

考题 You'd better tell him what to do next as soon as he _______ back.A:comeB:cameC:is comingD:comes

考题 Jack() to see me.He'll be here soon. A.comeB.is comingC.came

考题 If I ________ you, I would not do it.A、amB、wasC、have beenD、were

考题 如果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