【单选题】【消耗次数:1】
—Can I help you?—Id like to buy a present for my fathers birthday, _____ at a proper price, but of great use.
that
anyone
one
everything
参考答案:
复制
纠错
相关题目
【单选题】 A: Can I help you? B: [填空]. Where do I pay my fees?
①  Thank you
②  As you please
③  Yes, you can
④  Yes, please
【单选题】 ―______?―Id like to send this parcel to one of my friends.
①  What are you doing here
②  Whats your name
③  Where are you from
④  How may I help you
【判断题】 A: Do you think I can use your computer for one day? B: No you cant.
①  正确
②  错误
【单选题】 Can I help you with the bag?
①  No, no. I can take it myself
②  Thank you
③  Sorry, you can’t
④  No, I’m all right
【单选题】 A: [填空], may I help you? B: Id like to book a single room, please.
①  Holiday Hotel
②  Speaking
③  Hey
④  Im Franco Rossi
【单选题】 ——Tomorrow ____ my birthday. I’d like you and Jane to come. ——I’m not sure if she ____ free.
①  willbe;is
②  isgoingto;is
③  is;is
④  is;willbe
【单选题】 Can I help you with your suitcase?
①  I have no idea
②  No, no. I can carry it myself
③  That’s a good idea
④  Thank you. I can manage myself
【单选题】 A: Would you like to go to the cinema? B: If I can finish my homework. A: [填空]
①  Why bother?
②  Oh, come on!
③  Then what?
④  Thanks a lot.
【单选题】 ―______? ― I’d like to send this parcel to one of my friends.
①  What are you doing here
②  What’s your name
③  Where are you from
④  How may I help you
【单选题】 My friends [填空] me a nice present on my next birthday.
①  will gives
②  will give
③  gives
④  give
随机题目
【单选题】 JavaScript代码段如下,下面对代码段分析正确的是( )。 滚动的文字; 则下列选项对代码段描述正确的是( )。
①  文字循环向右滚动100次,然后停止
②  文字向左无限次循环滚动;鼠标停在文字上时,文字停止滚动,移开时,继续滚动
③  文字循环向左滚动100次,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
④  文字向左来回往复滚动,鼠标停在文字上时,文字停止滚动,移开时,继续滚动
【单选题】 在HTML中,CSS样式的Z-index属性表示的含义是()。
①  对象是否显示
②  文本的对齐方式
③  层的堆叠次序
④  字体类型
【单选题】 以下不属于style对象中的positioning属性有
①  top
②  left
③  right
④  z-Index
⑤  bottom
【单选题】 下面( )不是document对象的方法。
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 在javaScript中,运行下列代码后的结果是 var d=1; document.write(typcof(d));
①  char
②  number
③  string
④  undefined
【单选题】 在JavaScript中()方法可以对数组元素进行排序。
①  add()
②  join()
③  sort()
④  length()
【单选题】 某页面中有一个id为main的div,div中有两个图片和一个文本框,下列( )能够完整地复制节点main及div中所有的内容。
①  document.getElementById(main).cloneNode(true);
②  document.getElementById(main).cloneNode(false);
③  document.getElementById(main).cloneNode( );
④  main.cloneNode( );
【单选题】 下面选项中()能获得焦点。
①  blur( )
②  select( )
③  focus( )
④  onfocus( )
【单选题】 对于正则表达式的元字符,以下描述错误的是()
①  \d 表示数字字符
②  \D 表示非数字字符
③  \W 表示包含数字、字母、和下划线字符
④  \w 表示包含数字、字母、和下划线字符
【单选题】 以下属于location对象的方法,使用它可以实现页面重新加载的是:()
①  host
②  hostname
③  reload
④  replace