【单选题】【消耗次数:1】
Thank you ________ your advice.
for
as
in
at
参考答案:
复制
纠错
相关题目
【判断题】 A: You should take aspirins to reduce the temperature. B: Thank you for your advice.
①  正确
②  错误
【多选题】 A: Thank you for your help.B:___________
①  It doesnt matter.
②  Never mind.
③  Youre welcome.
④  Its my pleasure.
【单选题】 Thank you for your time. I’m looking forward to ______.
①  you reply
②  your reply
③  you answer
④  you to answer
【单选题】 A: Thank you for your invitation. B: [填空].
①  Its a pleasure
②  It doesnt matter
③  Its a small thing
④  Ill appreciate it
【单选题】 A: Thank you for inviting me to your birthday party. B: [填空].
①  Dont be so polite
②  You are so polite
③  You are quite welcome
④  Dont use thanks
【单选题】 —Thank you for your MP4 player. I’ll ask Mary to take it to you soon.—_____. I’ve bought a new one.
①  No sense
②  No hurry.
③  No way
④  sorry
【单选题】 -Ann, congratulations! Your cuisine was ?very successful and everyone ______. -Thank you, I just tried my ?best. I am happy to know you enjoyed it.
①  had impressed
②  impressed
③  has impressed
④  was impressed
【单选题】 I ____________like your advice on this matter.
①  would
②  should
③  will
【判断题】 A: How do you do? B: Fine, thank you, and you?
①  正确
②  错误
【单选题】 I wish I listened to your advice.
①  have
②  having
③  had
随机题目
【单选题】 下列CSS规则中能够让列表项水平排列的选项是( )。
①  li{float:left;}
②  li{float:none;}
③  li{float:middle;}
④  li{fioat:up;}
【判断题】 用于播放HTML5视频文件的HTML5元素是video( )。
①  正确
②  错误
【单选题】 下列关于3D变形的说法中,错误误的是( )
①  3D 变形是指某个元素围绕其x轴、y轴、z轴进行旋转
②  translate3d(x,y,z) 函数可以定义3D旋转
③  scale3d(x,y,z)函数可以定义3D缩放
④  perspective属性用于实现视觉上的3D效果
【判断题】 下列选项中定义动画animation的关键帧的是 @keyframes( )。
①  正确
②  错误
【单选题】 绘制直线的方法是( )。
①  moveTo(x,y)
②  lineTo(x,y)
③  arc()
④  arcTo()
【单选题】 绘制实心文本正确的方法是( )。
①  lineTo(x,y)
②  moveTo(x,y)
③  strokeText(text,x,y)
④  fillText(text,x,y)
【单选题】 多个图层要实现层叠的必要条件是position属性的值必须是( )。
①  static
②  relative
③  absolute
④  fixed
【单选题】 绘制图像裁剪的方法是( )。
①  drawImage(image,x,y)
②  createPattern(image,type)
③  clip()
④  drawImage(image,x,y,width,height)
【单选题】 下列关于CSS3的圆角边框的说法中,错误的是( )
①  border-radius的四个值按照top-left、bottom-left、bottom-right、top-right的顺序设置。
②  如果border-radius只有一个值,代表水平和垂直的半径都相等
③  border-radius 属性中,如果省略 bottom-right,则与 top-left 相同
④  border-radius 属性中,如果省略 bottom-left,则与 top-right 相同
【单选题】 sessionStorage.key(index)方法的作用是 ( )。
①  保存数据
②  读取数据
③  得到某个索引的key
④  .删除单个数据