【单选题】【消耗次数:1】
It sounds ridiculous if hotels _____________ guests extra for Wi-Fi service.
pay
take
spend
charge
参考答案:
复制
纠错
相关题目
【单选题】 以下关于基于Wi-Fi定位技术的描述中,错误的是( )
①  无线接入点AP不断地向外发送包含着它的MAC地址的信息
②  用数据库记录全球所有的AP接入点MAC地址,以及对应的设备地理位置信息
③  通过节点能够接受到的AP接入点的MAC地址,从数据库中查找出位置信息
④  在有Ethernet时,可以用局域网的节点MAC提高定位精度
【判断题】 Hotels can be classified according to the rate, location and type of guests.
①  正确
②  错误
【单选题】 the excellent service, guests can enjoy delicious food in our restaurant.
①  In place of
②  in addition to
③  In charge of
④  In case of
【单选题】 But not all credit card are accepted in the hotels. We only take ( ), JCB, Visa, Master, Dinner’s Club and the Great wall
①  American express
②  American visa
③  American card
④  American club
【单选题】 32. He was the officer in _____ charge of the investigation
①  the
②  a
③  /
④  one
【单选题】 It ( ) an extra hundred years for our brains to have the same reaction.
①  spent
②  cost
③  pay
④  took
【单选题】 Room Service. May I come in? what is the meaning of the phrase “room service”?
①  洗衣服务
②  客房清洁服务
③  送餐服务
④  客房服务
【判断题】 A: Will this be charge or cash? B: It’s up to you.
①  正确
②  错误
【单选题】 She put an extra blanket over the baby for fear that ____.
①  he catches cold
②  he should catch cold
③  he caught cold
④  he be catching cold
【单选题】 She put an extra blanket over the baby for fear that _____.
①  he catches cold
②  he should catch cold
③  he caught cold
④  he be catching cold
随机题目
【单选题】 setTimeout(adv( ),20)表示的意思是
①  间隔20秒后,adv()函数就会被调用
②  间隔20分钟后,adv()函数就会被调用
③  间隔20毫秒后,adv()函数就会被调用
④  adv()函数被持续调用20次
【单选题】 JavaScript是运行在()的脚本语言。
①  服务器端
②  客户端
③  在服务器运行后,把结果返回到客户端
④  在客户端运行后,把结果返回到服务端
【单选题】 在HTML页面上包含如下所示的页面代码, 要求编写JavaScript语句清空下拉选择框country的选项内容, 则选项中的语句正确的是( )。 中国 美国
①  document.form1.country.options.size=0;
②  document.form1.country.options.length=0;
③  document.form1.country.options.value=;
④  document.form1.country.value=;
【单选题】 下面( )能在页面中弹出如下图所示的提示窗口,并且用户输入框中默认无任何内容。(带图,图传不上)
①  prompt(请输入你的姓名:);
②  alert(请输入你的姓名:);
③  prompt(请输入你的姓名:,);
④  alert(请输入你的姓名:,);
【单选题】 关于onscroll事件的描述中,以下说法正确的是
①  用于捕捉页面垂直和水平的滚动
②  用于捕捉页面加载完毕
③  用于捕捉鼠标单击事件
④  用于捕捉页面内容改变
【单选题】 对于ECMAScript的描述中,以下说法错误的是( ).
①  它是一个重要的标准,并不是javascript唯一的部分。
②  是一种开放的,国际上广为接受的,标准的脚本言规范。
③  它主要描述了语法、变量、数据类型、运算符、逻辑控制语句等。
④  ECMAScript遵循了JavaScript标准。
【单选题】 关于正则表达式的重复字符,以下描述正确的是
①  n,} 表示匹配前一项n次或多次
②  n,} 表示匹配前一项n次
③  n} 表示匹配前一项n次或多次
④  n,} 表示匹配前一项1次或n次
【单选题】 在JavaScript中,把字符串“123”转换为整型值123的正确方法是( )。
①  var str=123; var num=(int)str;
②  var str=123; var num=str.parseInt(str);
③  var str=123; var num=parseInt(str);
④  var str=123; var num=Integer.parseInt(str);
【单选题】 关于以下JavaScript代码,说法正确的是( )。 var s = document.getElementsByTagName(p); for(var i = 0;i<s.length;i++) { s[i].style.display=none; }
①  隐藏了页面中所有id为p的对象
②  隐藏了页面中所有name为p的对象
③  隐藏了页面中所有标签为的对象
④  隐藏了页面中标签为的第一个对象
【单选题】 下列关于Date对象的getMonth( )方法的返回值描述,正确的是( )。
①  返回系统时间的当前月
②  返回值的范围介于1~12之间
③  返回系统时间的当前月+1
④  返回值的范围介于0~11之间