present simple, continuous, and be going to 三者区别
https://www.youtube.com/watch?v=a03VKQL0dZg&list=PLZOJurmtexYozmvQGAJnVg3lgiZw0mj-y
HOW TO USE FUTURE TENSES IN ENGLISH The example I gave at the start of the video was this: "My sister is coming tonight. She gets in at 5:10. I’m picking her up and then we’re going to get dinner." I used the present continuous, simple, and be going to. PRESENT CONTINUOUS FOR FUTURE ACTIONS We use them when we have arranged something. When something is fixed. For example: - My sister is coming tonight (she has a plane ticket) - I'm picking her up (we agreed to do this) - Paul is working tonight (he has to work - it has been arranged) - We’re having dinner with our friends on Friday (we have arranged this and our plans are fixed). USING THE PRESENT SIMPLE TO TALK ABOUT THE FUTURE This is for when something is on a timetable or schedule. For example: - She gets in at 5:10 (flights are on a schedule) - We open at tomorrow at 7:30 AM (this is what an owner of a cafe or shop might say)' - The movie starts at 8 (the cinema is on a timetable) BE GOING TO FOR FUTURE INTENTIONS This is the most common tense (it's not literally a tense, but don't worry about that) when talking about the future. We use this when we want to put the focus on intention. - We’re going to get dinner (we don't have specific plans yet) - We’re going to visit my wife’s family this spring (no official dates) - I’m going to clean the house before my sister arrives - Sarah can’t make it to the party because she’s going to study for her exam (Sarah is a good girl, but can be boring. That's why we broke up with her - see here: https://www.youtube.com/edit?o=U&vide... )
clean study… 等等都用be going to THE DIFFERENCE BETWEEN GOING TO AND THE PRESENT CONTINUOUS In this example: I’m going to take the IELTS exam this summer - this shows intention. The exam hasn't been booked yet. However, in this example: I’m taking the IELTS exam this summer - it suggests that a date has been fixed. **********
present simple, continuous, and be going to 三者区别的更多相关文章
- css学习--inline-block详解及dispaly:inline inline-block block 三者区别精要概括
*知识储备: 内联元素:是不可以控制宽和高.margin等:并且在同一行显示,不换行. 块级元素:是可以控制宽和高.margin等,并且会换行. 1.inline-block 详解 (1)一句话就是在 ...
- C# 总结const、 readonly、 static三者区别:
总结const. readonly. static三者区别: (有人问我,看似简单,我也没能立刻回答出来,总结一下,分享一下.) const:静态常量,也称编译时常量(compile-time con ...
- @ApiParam @PathVariable @RequestParam三者区别
转载:https://www.cnblogs.com/xu-lei/p/7803062.html @ApiParam @PathVariable @RequestParam三者区别 1.@ApiPar ...
- @Requestbody@ApiParam @PathVariable @RequestParam三者区别
一.问题描述 由于项目是前后端分离,因此后台使用的是spring boot,做成微服务,只暴露接口.接口设计风格为restful的风格,在get请求下,后台接收参数的注解为RequestBody时会报 ...
- [转帖]C#中字典集合HashTable、Dictionary、ConcurrentDictionary三者区别
C#中字典集合HashTable.Dictionary.ConcurrentDictionary三者区别 https://blog.csdn.net/yinghuolsx/article/detail ...
- Jquery元素筛选、html()和text()和val三者区别
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- C#中字典集合HashTable、Dictionary、ConcurrentDictionary三者区别
C#中HashTable.Dictionary.ConcurrentDictionar三者都表示键/值对的集合,但是到底有什么区别,下面详细介绍 一.HashTable HashTable表示键/值对 ...
- cookie、LocalStorage、sessionStorage三者区别以及使用方式
cookie用来保存客户浏览器请求服务器页面的请求信息 HTML5的WebStorage提供了两种API:localStorage(本地存储)和sessionStorage(会话存储) WebStor ...
- html里<div> <br /> <p>三者区别
一.语法不同 - TOP div和p是成对组合闭合标签:<br />是单一的闭合标签. 以<div>开始,</div>结束:以<p>开始,< ...
随机推荐
- Nginx 状态信息功能配置
Nginx 状态信息功能介绍 Nginx 有一个 ngx_http_stub_status_module 模块,主要功能是记录 Nginx 的基本访问状态信息,让使用者了解 Nginx 的工作状态 要 ...
- openfire开发文档
http://www.blogjava.net/yi88han/archive/2009/02/11/254203.html
- 编译错误 ld: cannot find -lz
[时间:2017-04] [状态:Open] [关键词:makefile,gcc,linux,ld,libz.so] 在新安装的centos上编译程序遇到上述问题,找了半天,原来是没有安装 需要安装z ...
- SoapUI5.0创建WebService接口模拟服务端(转)
转载自:https://blog.csdn.net/a19881029/article/details/26348627 使用SoapUI创建WebService接口模拟服务端需要接口描述文件 Mat ...
- matplotlib 学习总结
matplotlib 学习总结 作者:csj更新时间:01.09 email:59888745@qq.com 说明:因内容较多,会不断更新 xxx学习总结: 回主目录:2017 年学习记录和总结 # ...
- Java多线程系列——线程池简介
什么是线程池? 为了避免系统频繁地创建和销毁线程,我们可以让创建的线程进行复用.用线程时从线程池中获取,用完以后不销毁线程,而是归还给线程池. JDK 对线程池的支持 为了更好的控制多线程,JDK 提 ...
- 命名实体识别,使用pyltp提取文本中的地址
首先安装pyltp pytlp项目首页 单例类(第一次调用时加载模型) class Singleton(object): def __new__(cls, *args, **kwargs): if n ...
- VueThink配置
vuethink 配置 原文地址:http://blog.csdn.net/hero82748274/article/details/76100938
- windows下svn钩子实现每次提交更新至web目录
目的 找 到SVN Server中的仓库(Repositories)文件夹的位置,在相应的项目文件夹中找到hooks文件夹.在该文件夹中添加一个post- commit文件:当有commit动作发生时 ...
- Python匿名函数——lambda表达式
如果要定义的函数很简单,一个return语句就能搞定,可以使用lambda表达式来定义, lambda表达式的语法如下: lambda parameters: expression lambda表达式 ...