【单选题】
-I'll be away on a business trip. Would you mind looking at my cat?Not at all. _______.
A. I have no time
B. I'd rather not
C. You can leave
D. I'd be happy to
查看试卷,进入试卷练习
微信扫一扫,开始刷题
相关试题
【单选题】
- Hi, Jim! Nice to meet you.____.
A. Certainly
B. Many thanks
C. OK
D. Nice to meet you, too
【单选题】
- Hello, may I speak to Mike?_____
A. Who are you?
B. Sorry, he isn't in.
C. Thank you very much.
D. Yes, here you are.
【单选题】
- Will you join us for lunch?____.
A. No, I won't
B. Yes, with pleasure
C. Yes, please
D. Yes, help yourself
【单选题】
- Thank you for your great dinner. I really enjoyed it._____you enjoyed it.
A. I'm so glad
B. I'm sorry
C. What a pity
D. Surprisingly
【单选题】
- I heard Susan surprised her teacher by working hard. Yes, ___
A. her teacher worked hard.
B. Susan worked hard.
C. the teacher was surprising.
D. Susan was surprised.
【单选题】
- Peter, don't step on the grass_______.
A. It doesn't matter
B. I can't do it
C. Don't worry
D. Sorry, I won't do it again
【单选题】
- How was your journey to Paris? - ____
A. It went very well.
B. I flew there.
C. I love Paris.
D. Thank you for asking.
【单选题】
- I'm sorry for being late, Mr Lt______.
A. All right
B. That's right
C. Not at all
D. Never mind
【单选题】
- Happy birthday to you! ___!
A. Happy birthday to you
B. I'm very glad
C. That's all right
D. Thank you
【单选题】
- Do you like country music?___.
A. Yes, I like basketball a lot
B. It's far too crowded
C. Yes, I'm crazy about it
D. Oh, it's funny
【单选题】
- Have a cup of tea, ____? Thanks a lot.
A. don't you
B. haven't you
C. shall we
D. will you
【单选题】
- Thank God.It's Friday again.A nice weekend!___.
A. Me too
B. Yes,I'll be free then
C. That's all right
D. The same to you
【单选题】
— Write to me when you get home. OK, I ______.
A. must
B. should
C. will
D. can
【单选题】
Tom is so talkative. I’m sure you'll soon get tired ___ him.
A. of
B. with
C. at
D. on
【单选题】
I don't know ____ to deal with such matter.
A. what
B. how
C. which
D. /
【单选题】
___ is your girl friend like? She is very kind and good-looking.
A. How
B. What
C. Which
D. Who
【单选题】
He ___ driving me home, even though I told him I lived nearby.
A. insisted on
B. insisted at
C. insisted that
D. insisted in
【单选题】
We came finally ___the conclusion that she has been telling lies all the time.
A. of
B. into
C. to
D. at
【单选题】
I won’t make the___mistake next time.
A. like
B. same
C. near
D. similar
【单选题】
He ___lives in the house where he was born.
A. already
B. yet
C. still
D. ever
【单选题】
I am not used to speaking ___ public.
【单选题】
I didn’t know what to do, but then an idea suddenly ___to me.
A. appeared
B. happened
C. occurred
D. emerged
【单选题】
Measles (麻疹) ___ a long time to get over.
A. spend
B. spends
C. take
D. takes
【单选题】
A pair of spectacles ___ what I need at the moment.
A. is
B. are
C. has
D. have
【单选题】
— Five days ___ too long for me to wait.
A. was
B. were
C. is
D. are
【单选题】
You had better ___ a doctor as soon as possible.
A. seeing
B. saw
C. see
D. seen
【单选题】
The boy is not happy at the new school. He has ___ friends there.
A. few
B. a few
C. little
D. a little
【单选题】
I fell and hurt myself while I ___ basketball yesterday.
A. was playing
B. am playing
C. play
D. played
【单选题】
Tom ___ more than twenty pounds on the novel.
A. spent
B. paid
C. cost
D. took
【单选题】
Don't forget ____ the window before leaving the room.
A. to have closed
B. to close
C. having closed
D. closing
【单选题】
Twenty people were___ wounded in the air crash.
A. quickly
B. wrongly
C. bitterly
D. seriously
【单选题】
The top of the Great Wall is ___ for five horses to go side by side.
A. wide
B. so wide
C. wide enough
D. enough wide
【单选题】
We’ve missed the last bus. I'm afraid we have no ___but to take a taxi.
A. way
B. choice
C. possibility
D. selection
【单选题】
Nancy is considered to be ____ the other students in her class.
A. less intelligent
B. the most intelligent
C. intelligent as well
D. as intelligent as
【单选题】
It's _____ that he was wrong.
A. clearly
B. clarity
C. clear
D. clearing
【单选题】
There ____ a book and some magazines on the desk.
A. is
B. be
C. have
D. has
【单选题】
She is not only my classmate _____ also my good friend.
A. or
B. but
C. and
D. too
【单选题】
He asked the waiter ___ the bill.
A. on
B. of
C. for
D. after
【单选题】
_____ you are leaving tomorrow, we can have dinner together tonight.
A. Since
B. While
C. For
D. Before
【单选题】
I would like to do the job ___ you don't force me to study.
A. in case
B. although
C. though
D. as long as
推荐试题
【多选题】
(专基_Js)已知字符串str = "hello 1609C";若要获取最后一个字符"C",以下获取方式`正确的有( )。___
A. : str[10]
B. : str.charAt(10)
C. : str[str.length-1]
D. : str.charAt(str.length-1)
【多选题】
var str = "helloworld";针对str,以下操作能够返回wor的有?___
A. : str.substr(5,3)
B. : str.substring(5,8)
C. : str.substring(5,7)
D. : str.slice(5,7)
【多选题】
(专基_Js)检测字符串中字符位置的有?___
A. : indexOf()
B. : lastIndex()
C. : lastIndexOf()
D. : index()
【多选题】
(专基_Js)以下是字符串转大小写的方法有( )。___
A. : toUpperCase()
B. : toLowerCase()
C. : toUpper()
D. : toLower()
【多选题】
(专基_Js)JS字符串方法中基于子字符串创建新字符串的三个方法分别为___
A. : slice()
B. : substring()
C. : substr()
D. : split()
【多选题】
(专基_Js)已知数组 var arr = ["red","blue","aqua"];给该数组最后添加一项"green",以下`正确的有( )。___
A. : arr[3] = "green"
B. : arr[2] = "green"
C. : arr[arr.length] = "green"
D. : arr[arr.length-1] = "green"
【多选题】
(专基_Js) 已知数组 var arr = ["red","blue","yellow"];给该数组最后添加一项"green",以下`正确的有___
A. : arr[2] = "green"
B. : arr[3] = "green"
C. : arr[arr.length] = "green"
D. : arr[arr.length-1] = "green"
【多选题】
(专基_Js) 检测数组的数据类型的操作符有___
A. : typeof
B. : type
C. : instanceof
D. : instance
【多选题】
(专基_Js) var str = "beiJingBaWei";截取BaWei,截取出来之后并将其转换为小写,以下写法`正确的是___
A. : var str = "beiJingBaWei";console.log(str.slice(7,12).toUpperCase())
B. : var str = "beiJingBaWei";console.log(str.substr(7,12).toUpperCase())
C. : var str = "beiJingBaWei";console.log(str.substring(7,12).toLowerCase())
D. : var str = "beiJingBaWei";console.log(str.substr(7,5).toLowerCase())
【多选题】
(专基_Js)以下创建数组的方式,有5个数据分别为1,2,3,4,5`正确的有___
A. : new Array( 1,2,3,4,5 )
B. : {0:1,1:2,2:3,3:4,4:5}
C. : [1,2,3,4,5]
D. : {1,2,3,4,5}
【多选题】
(专基_Js)数组方法操作行为以下不`正确的有( )。___
A. : 位置方法中,数据是要进行相等比较的,如果没有默认返回-1
B. : pop() 和 unshift()方法的返回值是数值类型的
C. : reverse() 方法是反转数组的项
D. : sort() 只能对数组做升序操作
【多选题】
(专基_Js)splice()有哪些功能( )。___
A. : 删除
B. : 插入
C. : 替换
D. : 拼接
【多选题】
(专基_Js) 以下是数组位置方法的有( )___
A. : indexOf()
B. : concat()
C. : lastIndexOf()
D. : lastIndex()
【多选题】
(专基_Js)以下是数组队列方法的为( )。___
A. : push()
B. : unshift()
C. : pop()
D. : shift()
【多选题】
(专基_Js) 以下数组方法操作行为`正确的有___
A. : 位置方法中,数据是要进行全等比较的,如果没有默认返回-1
B. : push() 和 unshift()方法的返回值是数值类型的
C. : reverse() 方法是反转数组的项
D. : sort() 只能对数组做升序操作
【多选题】
}以上函数实现的是补零功能,如传8返回"08",12就返回12,_____处的代码可以是( )。___
A. : if(i<10){return "0"+i;} else{return i;}
B. : if(i<10){return "0"+i;} return i
C. : return i<10?"0"+i:i
D. : return i<10?0+i:i
【多选题】
(专基_Js)定义函数的方式有( )。___
A. : 函数声明
B. : 函数表达式
C. : 函数提升
D. : 函数定义
【多选题】
(专基_Js)以下函数中,如果传入的值小于10则补0,如传递9返回09符合要求的有( )。___
A. : function addZero( i ){ if( i < 10 ){ return 0+i; }else{ return i } }
B. : function addZero( i ){ if( i < 10 ){ return "0 "+i; }else{ return i } }
C. : function addZero( i ){ if( i < 10 ){ return "0 "+i; } return i; }
D. : function addZero( i ){ return i < 10 ? "0 "+i : i ; }
【多选题】
(网站工程)以下函数的定义方法`正确的有哪些( ):___
A. : function (){}
B. : var getSum = function(){}
C. : function(x,y){}
D. : var fun() = function{}
【多选题】
addZero()函数实现对num的判断,如果num是一位数,则前面补0返回,否则直接返回,如传入6返回06,传入15,返回15,横线处的代码可以是( )___
A. : if(num<10){ return '0'+num; }else{ return num; }
B. : if(num<10){ return 0+num; }else{ return num; }
C. : if(num<10){ return '0'+num; } return num
D. : return num<10?'0'+num:num
【多选题】
(专基_Js)以下字符串方法是用于截取的有( )。___
A. : slice()
B. : substring()
C. : substr()
D. : split()
【多选题】
(专基_Js)以下哪些方法可以用于取整( )。___
A. : Math.abs()
B. : Math.floor()
C. : Math.ceil()
D. : Math.round()
【多选题】
(专基_Js)以下哪些属性或方法返回的结果是number类型( )。___
A. : unshift()
B. : charAt()
C. : indexOf()
D. : length
【多选题】
以下创建数组的方式,`正确的有?___
A. : var arr = []
B. : var arr = new Array()
C. : var arr = new Array(3)
D. : var arr = array()
【多选题】
(专基_Js)以下函数中,对传入函数小于10的补零的有( )。___
A. : function addZero( i ){ if( i < 10 ){ return 0+i; }else{ return i } }
B. : function addZero( i ){ if( i < 10 ){ return "0 "+i; }else{ return i } }
C. : function addZero( i ){ if( i < 10 ){ return "0 "+i; } return i; }
D. : function addZero( i ){ return i < 10 ? "0 "+i : i ; }
【多选题】
以下哪些方法属于日期对象的方法?___
A. : getFullYear()
B. : setMonth()
C. : getDate()
D. : getTime()
【多选题】
(专基_Js)获取目前时间戳的方法有( )。___
A. : new Date().getTime()
B. : +new Date()
C. : new
D. ate()*1
【多选题】
(专基_Js) 以下是获取当前时间的毫秒的取值范围不`正确的是___
A. : [0,100]
B. : [1,1000]
C. : [0,59]
D. : [0,999]
【多选题】
(专基_Js)获取当前时间的时间戳的方法有( )。___
A. : new Date().getTime()
B. : +new Date()
C. : new
D. ate()*1
【多选题】
(专基_Js)以下关于日期对象方法说法错误的有( )。___
A. : getFullYear()是设置年份
B. : 时间戳的单位是毫秒
C. : setWeek()是设置星期
D. : 因为设置了年月日所以星期会自动生成,因此没有setDay()这个方法
【多选题】
(专基_Js)正则表达式中以下可以使用的符号有( )。___
A. : ()
B. : []
C. : {}
D. : //
【多选题】
(网站)在正则表达式中可以使用的符号有( )___
A. : ()
B. : []
C. : {}
D. : //
【多选题】
正则表达式的修饰符有:___
A. : m
B. : g
C. : a
D. : i
【多选题】
(专基_Js)表示指定匹配位置限定符的有( )。___
A. : #
B. : $
C. : ^
D. : *
【多选题】
(专基_Js)以下可以表示匹配数字字母下划线的有( )。___
A. : [0-9A-z_]
B. : \w
C. : \W
D. : [0-9A-Za-z_]
【多选题】
console.log(trim(" hello world "));// 打印结果为"hello world",补全函数,实现去空格功能,则横线处的代码分别应该是( )?___
A. : /\s+/g
B. : /^\s+|\s+$/g
C. : return str.replace(re,'')
D. : str.replace(re,'')
【多选题】
(专基_Js)var reg1 = /[a-z]oo\w/;以下哪个字符串匹配reg1这个正则( )___
A. : abook
B. : book
C. : boao
D. : books
【多选题】
(专基)var str="Is this his miss"; var patt1=/^Is/g; console.log(str.match(patt1));打印结果的数组中不可能包含的值有( )___
A. : Is
B. : this
C. : his
D. : miss
【多选题】
(专基_Js)以下DOM设置语句语法`正确的有( )。___
A. : document.getElementById("box").style.border-top="1px solid #f00"
B. : document.getElementsByTagName("body")[0].style.paddingTop = "10px"
C. : document.getElementsByTagName("body")[0].innerHTML = "HELLO"
D. : document.getElementById("box").innerHTML = '<b>hello</b>'
【多选题】
(专基_Js)以下哪些是DOM对象的方法( )。___
A. : getElementById()
B. : getElementsByTagName()
C. : value
D. : innerHTML