新概念英语(1-133)Sensational news!
Lesson 133
Sensational news!
爆炸性新闻!
Listen to the tape then answer this question. What reason did Karen Marsh give for wanting to retire?
听录音,然后回答问题。卡伦.马什说她为什么想要退休?
REPORTER: Have you just made a new film, Miss Marsh?
MISS MARSH: Yes, I have.
REPORTER: Are you going to make a another?
MISS MARSH: No, I'm not.
I'm going to retire.
I feel very tired.
I don't want to make another film for a long time.
KATE: Let's buy a newspaper, Liz.
Listen to this!
'Karen Marsh: Sensational News!
By our reporter, Alan Jones. Karen Marsh arrived at London Airport today.
She was wearing a blue dress and a mink coat.
She told me she had just made a new film.
she said she was not going to make another.
She said she was going to retire.
She told reporters she felt very tired and didn't want to make another film for a long time.'
LIZ: I wonder why!
New Word and expressions 生词和短语
reporter
n. 记者
sensational
adj. 爆炸性的,耸人听闻的
mink coat
貂皮大衣
参考译文
记 者:您刚拍完一部新电影吗,
马什小姐?
马什小姐:是的,我刚拍完。
记 者:您准备再拍一部吗?
马什小姐:不,我不准备拍了。
我准备退休了。我感觉累得很。
我早就不想再拍片子了。
凯 特:我们买份报纸吧。莉兹。
你听这段:“卡伦.马什:
爆炸性新闻!
由本报记者艾伦.琼斯报导。卡伦.马什今天到达伦敦机场。
她穿着一身蓝色的套装和一件貂皮大衣。
她告诉我她刚拍完一部新片子。
她不准备再拍电影了。
她说她准备退休。
她告诉记者她感到很疲劳,早就不想再拍电影了。
莉 兹:我很想知道为什么。
新概念英语(1-133)Sensational news!的更多相关文章
- 新概念英语(1-32)A fine day
新概念英语(1-33)A fine day Where is the Jones family? It is a fine day today. There are some clouds in th ...
- [新概念英语II 笔记] Lesson 3: Please Send Me a Card
发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...
- 新概念英语(1-47)A cup of coffee
新概念英语(1-47)A cup of coffee How does Ann like her coffee? A:Do you like coffee, Ann? B:Yes, I do. A:D ...
- 新概念英语(1-45)The boss's letter
新概念英语(1-45)The boss's letter Why can't Pamela type the letter? A:Can you come here a minute, please, ...
- 新概念英语(1-43)Hurry up!
新概念英语(1-43)Hurry up! How do you know Sam doesn't make the tea very often? A:Can you make the tea, Sa ...
- 新概念英语(1-41)Penny's bag
新概念英语(1-41)Penny's bag Who is the tin of tobacco for? A:Is that bag heavy, Penny? B:Not very. A:Here ...
- 新概念英语(1-39)Don't drop it!
新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with t ...
- 新概念英语(1-35)Our village
新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...
- 新概念英语(1-31)Where's Sally?
新概念英语(1-31)Where's Sally? Is the cat climbing the tree ? A:Where is Sally, Jack ? B:She is in the ga ...
- 新概念英语(1-19)Tired and thirsty
新概念英语(1-19)Tired and thirsty Why do the children thank their mother? A:What's the matter, children? ...
随机推荐
- Java实现mongodb原生增删改查语句
Java实现mongodb原生增删改查语句 2018-03-16 自动化测试时,需校验数据库数据,为了快速自动化,在代码中用原生增删改查语句操作mongodb 结构 代码 0 pom.xml < ...
- 计算机基础-Day1
计算机基础-Day1 一.计算机基础 首先Python是一门编程语言 语言: 那什么是语言?语言就是一种事物与另一种事物沟通的介质. 所以说编程语言是程序员跟计算机沟通的介质,那么为什么要跟计算机沟通 ...
- Java大世界
"java越来越过份了." php狠狠的说,他转头看着C:"C哥,您可是前辈,java最近砸了我不少场子,你老再不出来管管,我怕他眼里就没有您了啊." C哥吸烟 ...
- cesium Animation显示系统时间
var d = new Date(); var hour = 0 - d.getTimezoneOffset(); viewer.animation.viewModel.timeFormatter = ...
- Angular开发实践(二):HRM运行机制
引言 在angular-start项目中启用了模块热替换(HMR - Hot Module Replacement)功能,关于如何在angular-cli启用HRM,请查看HRM配置 那HMR是个什么 ...
- Java面试宝典-2017
Java面试宝典2017版 一. Java基础部分........................................................................... ...
- IOS开发之XCode学习014:警告对话框和等待提示器
此文学习来源为:http://study.163.com/course/introduction/1002858003.htm 此工程文件实现功能: 1.警告对话框和等待提示器的概念 2.警告对话框 ...
- 详细分析SQL语句逻辑执行过程和相关语法
本文目录: 1.SQL语句的逻辑处理顺序 1.2 各数据库系统的语句逻辑处理顺序 1.2.1 SQL Server和Oracle的逻辑执行顺序 1.2.2 MariaDB的逻辑执行顺序 1.2.3 M ...
- Redis分布式锁---完美实现
这几天在做项目缓存时候,因为是分布式的所以需要加锁,就用到了Redis锁,正好从网上发现两篇非常棒的文章,来和大家分享一下. 第一篇是简单完美的实现,第二篇是用到的Redisson. Redis分布式 ...
- JVM学习六:JVM之类加载器之双亲委派机制
前面我们知道类加载有系统自带的3种加载器,也有自定义的加载器,那么这些加载器之间的关系是什么,已经在加载类的时候,谁去加载呢?这节,我们将进行讲解. 一.双亲委派机制 JVM的ClassLoader采 ...