I didn't answer. I closed my eyes again and fought the nausea with all my strength, clamping my lips together.

我没有回答。我再次闭上眼睛用尽全力对抗着恶心,紧闭着嘴唇。

"And not even your own blood," he continued, enjoying himself.

“即使是你自己的血也不行吗”,他继续问道,自我享受着。

I don't know how he opened the door while carrying me, but it was suddenly warm, so I knew we were inside.

当我背着我的时候我不知道他怎么开的门,但是一阵温暖,我就意识到我进入房间了。

"Oh my," I heard a female voice gasp.

“哦,天哪”我听到了一个喘气的女声。

"She fainted in Biology," Edward explained.

“她昏在了生物课上,”Edward解释道。

I opened my eyes. I was in the office, and Edward was striding past the front counter toward the nurse's door.

我睁开我的眼睛。我在一个办公室,并且Edward大步通过前面柜台朝着护士的门走去。

Ms. Cope, the redheaded front office receptionist, ran ahead of him to hold it open.

Cope女士,一个红头发的接待员,跑到他前面帮他把门打开。

The grandmotherly nurse looked up from a novel, astonished, as Edward swung me into the room and placed me gently on the crackly paper that covered the brown vinyl mattress on the one cot.

慈母般的护士从一本小说中抬起头,非常惊讶,爱德华侧着身把我抱进房间,轻轻地把我放在那张覆盖在屋里唯一一张帆布床的吹塑床垫上的,脆弱的薄纸上。

Then he moved to stand against the wall as far across the narrow room as possible. His eyes were bright, excited.

然后,在狭小的房间内,他在最远的地方面对着墙站着,他的眼睛明亮和兴奋。

Chapter 5 Blood Type——23的更多相关文章

  1. Chapter 5 Blood Type——18

    "The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...

  2. Chapter 5 Blood Type——27

    And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...

  3. Chapter 5 Blood Type——24

    "She's just a little faint," he reassured the startled nurse. "They're blood typing i ...

  4. Chapter 5 Blood Type——22

    Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...

  5. Chapter 5 Blood Type——17

    "I'll be coming around with a dropper of water to prepare your cards, so please don't start unt ...

  6. Chapter 5 Blood Type——32

    "Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...

  7. Chapter 5 Blood Type——31

    I stood carefully, and I was still fine. He held the door for me, his smile polite but his eyes mock ...

  8. Chapter 5 Blood Type——30

    That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...

  9. Chapter 5 Blood Type——29

    "We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...

随机推荐

  1. Dockerfile中COPY命令的简单性

    dockerfile中的COPY命令是不会拷贝目录结构的,它只会单纯把包含的所有文件拷贝到另一个目录中去. 相关链接:https://www.cnblogs.com/sparkdev/p/957324 ...

  2. 如何使用 tf object detection

    # 如何使用 tf object detection https://juejin.i m/entry/5a7976166fb9a06335319080 https://towardsdatascie ...

  3. OI暑假集训游记

    莞中OI集训游记 Written BY Jum Leon. I        又是一载夏,本蒟蒻以特长生考入莞中,怀着忐忑的心情到了8月,是集训之际.怀着对算法学习的向往心情被大佬暴虐的一丝恐惧来到了 ...

  4. jquery固定表头和列头

    1.对网上的开源方法稍作了些修改 <script type="text/javascript">// <![CDATA[ function FixTable(Ta ...

  5. Android Studio的构建系统:Gradle

    原文作者:youxiachai <用Gradle 构建你的android程序> 前言 android gradle 的插件终于把混淆代码的task集成进去了,加上最近,android st ...

  6. vue font-icon 图标

    1.vue 游览器左上角小图标 把.ico文件放在根目录下的static文件夹下,然后link标签引入 <link rel="shortcut icon" href=&quo ...

  7. Spring + SpringMVC + Mybatis项目中redis的配置及使用

    maven文件 <!-- redis --> <dependency> <groupId>redis.clients</groupId> <art ...

  8. csv 数据

    csv数据:逗号分隔值,其文件以纯文本的形式存储表格数据(数据和文本).csv模块是python的内置模块,需要引用后再使用 csv.reader(csv_file) #使用with结构 with o ...

  9. KMP算法与传统字符串寻找算法

    原理:KMP算法是一种模板匹配算法,它首先对模板进行便利,对于模板中与模板首字符一样和首字符进行标志-1,对于模板匹配中出现不匹配的若是第一轮检查标志为0,若不是第一轮检查标志为该元素与标志为-1的距 ...

  10. Floyd算法解决多源最短路问题

    说好的写dijkstra 算法堆优化版本的,但是因为,妹子需要,我还是先把Floyd算法写一下吧!啦啦啦! 咳咳,还是说正事吧! ----------------------------------- ...