Chapter 3 Phenomenon——18
My intuition flickered; the doctor was in on it.
我的直觉告诉我;这个医生也参与了。
我灵光一闪:这医生熟悉内情。
"I'm afraid that you'll have to stay with us just a little bit longer,"he said to Tyler, and began checking his cuts.
“我怕你将不得不和我们呆在这里更长的一段时间了,”他和Tyler说道,然后开始核对他的切口。
“恐怕你得在这儿多待一阵子了。”他对泰勒说,开始检查他的伤口。
As soon as the doctor's back was turned, I moved to Edward's side.
当医生的背一转过去我就移向Edward那边。
"Can I talk to you for a minute?"
“我能和你聊几分钟吗?”
I hissed under my breath.
我压着嗓子低声的唏嘘道。
He took a step back from me, his jaw suddenly clenched.
他退后了一步,他的下巴突然紧绷了。
“我能和你谈谈吗?”我小声说道。他退了一步,下巴骤然一紧。
"Your father is waiting for you," he said through his teeth.
“你的父亲在等你,”他从他的牙齿中挤出来说道。
“你父亲在等着你。”他从牙缝里挤出这句话。
I glanced at Dr. Cullen and Tyler.
我瞥了一眼Cullen医生和Tyler
"I'd like to speak with you alone, if you don't mind," I pressed.
“我想要和你单独聊聊,如果你不介意的话,”我施加压力的说道。
He glared, and then turned his back and strode down the long room.
他朝我瞪了一眼,然后转头大步走下了长廊。
他怒视着我,然后转过身去,大步流星地走过这个长长的房间。
I nearly had to run to keep up.
我几乎不等不跑着追上他。
我几乎要小跑着才能跟上他的步子。
As soon as we turned the corner into a short hallway, he spun around to face me.
我们转过一个拐角到了一个短的走廊,他就转身面对我。
我们转过拐角,刚走到一个短短的走廊里,他转过来面向我。
"What do you want?" he asked, sounding annoyed. His eyes were cold.
“你想要怎样?”他问道,听起来很生气。他的眼神很冰冷。
Chapter 3 Phenomenon——18的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——18
But they were all in, and Edward was speeding away. 但是他们都在里面了之后,Edward就加速走了. I drove home slowly, ca ...
- Chapter 3 Phenomenon——24
My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...
- Chapter 3 Phenomenon——23
Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...
- Chapter 3 Phenomenon——22
He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...
- Chapter 3 Phenomenon——21
"Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...
- Chapter 3 Phenomenon——20
"All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...
- Chapter 3 Phenomenon——19
His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...
- Chapter 3 Phenomenon——17
Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...
随机推荐
- (并查集) Wireless Network --POJ --2236
链接: http://poj.org/problem?id=2236 http://acm.hust.edu.cn/vjudge/contest/view.action?cid=82830#probl ...
- 20155320 2016-2017-2 《Java程序设计》第五周学习总结
20155320 2016-2017-2 <Java程序设计>第五周学习总结 教材学习内容总结 错误处理 java中所有错误都会被打包为对象,可以通过try catch 代表错误的对象后做 ...
- Eclipse的bug,SunTlsRsaPremasterSecret KeyGenerator not available
这个bug出现在安装完java后,不设置环境变量,直接打开eclipse 以后只要用到SSL相关(即RSA密钥加密相关)的代码,都会报这个错误,该方法在lib\ext的sunjce_provider. ...
- log.debug(e.getMessage());
private static final Log log = LogFactory.getLog(AbcAction.class); @ManagedProperty(name = "abc ...
- Sending Email In .NET Core 2.0
Consider the following written in .NET Core 2.0. SmtpClient client = ) { UseDefaultCredentials = tru ...
- WPS 多文档独立显示
打开wps,点击右上角:WPS表格 =>选项=>勾选在任务栏中显示所有窗口
- 使用ABP框架踩过的坑系列4
数据库连接和事务管理,是数据库应用中的最重要概念之一.做过的人,都会头疼:何时Open一个连接?何时Start一个事务?何时Dispose这个连接?... ABP框架试图用一个叫做UnitOfWork ...
- Asp .Net Core网页数据爬取笔记
突然要用到地区数据,想到以前用python的Scrapy框架写过一个爬虫,于是打算直接去国家统计局把最新的地区数据抓取回来.本想只需要copy一下以前的代码,就可以得到新鲜出炉的数据,谁知打开以前的项 ...
- ueditor图片上传插件的使用
在项目里使用到ueditor图片上传插件,以前图片上传都是直接使用js代码直接上传图片,比较麻烦,而且效率也比较低,而ueditor这款插件完美的解决了这个问题,这个是百度开发的一款富文本编辑器,在这 ...
- c# 输入姓名直到输入的是quit时,停止输入然后显示出输入的姓名个数及姓名
1.输入姓名直到输入的是quit时(不区分大小写),停止输入然后显示出输入的姓名个数及姓名: 要求结果如下图所示: class Program { static void Main(string[] ...