英语口语常用句型

一、询问的句型

1、谁能…?
Who can …?
Who can help me move this box?
2、…是谁?
Who is …?
Who is that girl in bule?
3、什么时候可以…?
When can we … ?
When can we go hiking
4、你是什么时候做了某事…?
When did you …?

When did you come back?
5、…在哪里?
Where is …?

Where is the washroom?
6、我能在哪里…?
Where can I …?

Where can I find some bottled water?
7、为什么?
Why do/did…?

Why did you quit your job?
8、你是怎么做到的…?
How did you … ?

How did you get to know each other?
9、去做…怎么样?
How about … ?

How about having a cup of coffee?
10、我怎么样才能…
How can I … ?

How can I fix my cellphone?
11、…是什么?
What’s … ?

What’s your favorite color ?
12、你是正在做 … 吗?
What are you + 动词ing?

What are you looking for?
13、某人做了什么事?
What do/did … ?

What do you like to do on weekends?
What did he say just now?
14、我能做 … 吗?(请求对方允许)
Can I … ?

Can I take a look at your notebook?
15、你能做 … 吗?
Could you / Would you … ?

Could you tell me what time the store is open?
16、你是 … 吗?
Are you … ?

Are you Mr.Brown?
Are you making dinner now?
17、除此之外,问对方很多其他情况,都可以用:
Do you + 动词…?

Do you need any help?
Do you mind if I open the window?
18、你是否(已经)做了某件事
Have you … ?

Have you seen the message I sent you?
19、问某个事物的情况的时候,可以用?
Is it … ?

Is it close to your house?

二、陈述、解释、介绍的句型

A.用“我”开头的句型
20、陈述自己的情况和观点
I’m (not) + 形容词/名词

I’m good at dancing.
I’m sure that he’s single.
I’m not used to spicy food.
I’m not a big fan of surfing.
21、我正在做…
I’m(not)+ 动词ing

I’m trying to fix my bicycle.
I’m going to Florida next month.
22、我在 … (地点)
I’m (not) + 介词

I’m in the hospital now.
23、我想要/需要
I want/need…

I want to turn off the heater(暖气).
I need a piece of paper.
24、我将要…
I will + 动词

I’ll let you know.
25、我有…
I have/had…

I have a cute cat.
26、我(以前)做过 … ?
I + 动词(过去式) …

I went to the grocery store yesterday.
I used to watch this kind of movies when I was a kind.
27、让我(们)来…
Let me/us …

Let me show you the pictures.
Let’s get started.
B、用“你”开头的句型
28、你看起来 …
You seem …

You seem upset.
29、你应该…
You should …

You should arrive there by 8 o’clock.
30、你其实可以…
You could have done …

You could have kept that marker.
31、(建议)你最好…
You’d better…

You‘d better get up earlier tomorrow.
32、 你可以…
You can …

You can take this bus to City Hall.
C.谈论其他人或事
33、这是…
This is …

This is the best café in town.
34、当你想形容做某件事怎么样的时候
It’s(not) + 形容词 + to do…

It’s easy to learn how to ride a bicycle.
35、可能会 …
It’s going to be / gonna be …

It’s gonna be rainy tomorrow.
36、据说 …
It’s said that …

It’s said that Yoga is very good for health.
37、… 没有用(没效果)
It’s no use + 动词ing …

It’s no use complaining all the time.
38、不可能 …
There‘s no way …

There‘s no way he can win the game.
39、没必要…
There’s no need …

There’s no need to turn on the light.
40、….有问题(有毛病)
There’s something wrong with …

There’s something wrong with my TV.
41、这就是 … 的原因
That’s why …

That’s why she chose Social Study as her major.

三、祈使句型

42、请对方做某事的时候
Please + 动词 …

Please have a seat.
Please make sure that you’ll be there on time.
43、不要做…
Don’t + 动词 …

Don’t go out after 10:00pm.
Don’t ever (强调千万不要做某事)
Don’t ever buy ang gift for me.
四、虚拟语气句型
44、如果我是你,我会…
If I were you, I would …

If I were you, I would buy that shirt.
45、如果…,你会怎么做?
What would you do if …?

What would you do if the A/C(空调) didn’t work?

资源下载链接为: https://pan.quark.cn/s/9648a1f24758 Java JDK(Java Development Kit)是Java编程语言的核心组件,为开发和运行Java程序提供了必要的工具和环境。JDK 8是Oracle公司推出的一个重要版本,它引入了许多新特性和改进,极大地提升了开发效率和代码质量,对开发者来说具有极高的实用价值。 本次提供的“jdk-8u251-macosx-x64.dmg”安装包是专为Mac OS X系统设计的64位版本,其中不仅包含了Java运行环境(JRE),还涵盖了丰富的开发工具,方便用户在Mac平台上进行Java程序的开发与运行。 JDK 8的关键更新和特性如下: Lambda表达式:这是JDK 8的一项重大语法创新,允许开发者使用简洁的匿名函数替代复杂的多行回调代码,从而使代码更加简洁、易读且高效。 方法引用与构造器引用:与Lambda表达式配合使用,可以更直观地引用已有的方法或构造器,进一步减少冗余代码,提升代码的可维护性。 Stream API:这是一个用于处理集合的新API,采用声明式处理方式,使集合操作(如过滤、映射和归约等)更加高效且易于理解。 日期和时间API的改进:JDK 8对日期和时间API进行了重构,引入了java.time包,包含LocalDate、LocalTime和LocalDateTime等类,替代了原有的java.util.Date和java.util.Calendar,使日期和时间的处理更加友好和灵活。 Optional类:为解决null对象导致的空指针异常题,JDK 8引入了Optional类,它是一个容器对象,可以表示一个值存在或不存在,从而有效避免空指针异常。 接口的默认方法和静态方法:接口现在可以定义默认方法(使用default关键字)和静态方法。默认方法允许在不破坏向后
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值