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的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 4 Invitations——18

    But they were all in, and Edward was speeding away. 但是他们都在里面了之后,Edward就加速走了. I drove home slowly, ca ...

  3. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  4. 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 ...

  5. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  6. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  7. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  8. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

随机推荐

  1. day16(jdbc进阶,jdbc之dbUtils)

    1.jdbc进阶 jdbc事务管理 jdbc中的事务管理其实就是交给了连接对象去管理.先写一个简单的事务管理 public class Demo01 { private static Connecti ...

  2. 洛谷P3066 [USACO12DEC]逃跑的Barn (线段树合并)

    题目描述It's milking time at Farmer John's farm, but the cows have all run away! Farmer John needs to ro ...

  3. 一个简单 Go Web MVC 框架实现思路

    需要的知识点 为了防止你的心里不适,需要以下知识点: Go 基本知识 Go 反射的深入理解 使用过框架 Go Web 服务器搭建 package main import ( "fmt&quo ...

  4. java socket编程(也是学习多线程的例子)详细版----转

    7.2 面向套接字编程    我们已经通过了解Socket的接口,知其所以然,下面我们就将通过具体的案例,来熟悉Socket的具体工作方式 7.2.1使用套接字实现基于TCP协议的服务器和客户机程序  ...

  5. 在MS单元测试中引发期望异常

    首先准备一个引发异常的方法. public static void ThrowException() { throw new ArgumentException(); } 然后在单元测试项目中,写下测 ...

  6. ES6 学习笔记之三 函数参数默认值

    定义函数时为参数指定默认值的能力,是现代动态编程语言的标配.在ES6出现之前,JavaScript是没有这种能力的,框架为了实现参数默认值,用了很多技巧. ES6 的默认参数值功能,与其他语言的语法类 ...

  7. 用idea做springboot开发,设置thymeleaf时候,新手容易忽略误区

    最近小编因为工作原因需要完成工厂自动化改造,而思来想去觉得还是用Java开发,因为很久没有敲过代码,对java这块已经抛掉很多年.作为工厂自动开发或者大型企业级开发,个人认为java和C#会比较合适, ...

  8. Backbone学习笔记 - Model篇

    2 Model 在Backbone中,Model用于存储核心数据,可以将数据交互相关的逻辑代码放在这里.基本形式如下: var Human = Backbone.Model.extend({ init ...

  9. Day 32 网络编程

    一.网络协议基础篇 一台完整的计算机由硬件.系统.软件组成,具备这三个条件,计算机就可以运行,但是只能自己和自己玩.为了实现计算机和计算机间的连接,就需要借助互联网,如全世界人类交流将英语作为标准语言 ...

  10. 4、Orcal数据库dmp文件导入

    1.CMD命令导入备份数据库dmp文件: 以上一篇博客提到的gdnh用户,我们需要在cmd窗口执行如下命令: imp gdnh/admin123@orcl file=E:/createTable.dm ...