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. 普通用户添加sudo权限

    1.切换超级用户 su - root 2.编辑配置文件 vim /etc/sudoers ## Allow root to run any commands anywhere root ALL=(AL ...

  2. Markdown初使用

    Markdown是一种纯文本格式的标记语言.通过简单的标记语法,它可以使普通文本内容具有一定的格式. 相比WYSIWYG编辑器 优点:1.因为是纯文本,所以只要支持Markdown的地方都能获得一样的 ...

  3. SpringBoot整合使用JdbcTemplate

    JdbcTemplate是Spring框架自带的对JDBC操作的封装,目的是提供统一的模板方法使对数据库的操作更加方便.友好,效率也不错. 整合使用JdbcTemplate实现对图书的添加功能小案例 ...

  4. oracle之序列用法

    序列用于生成唯一.连续序号的对象序列是可以升序.降序的使用create sequence语句创建序列SQL>CREATE SEQUENCE stu_seq    START WITH 1     ...

  5. [LeetCode] Backspace String Compare 退格字符串比较

    Given two strings S and T, return if they are equal when both are typed into empty text editors. # m ...

  6. Best Cow Line---POJ 3617(贪心)

    FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the annual"Farmer of the Year" competiti ...

  7. framework7 入门(基础布局)

    个人认为framework7是个很好的移动端框架,自带路由.下拉刷新.无限加载.时间线.各种dialog.环形图等,基本能满足大部分app的需求,可以和vue,webpack 等各种搭配. 这里讲一下 ...

  8. Consider defining a bean named 'entityManagerFactory' in your configuration解决办法

    错误信息: *************************** APPLICATION FAILED TO START *************************** Descriptio ...

  9. Java后期拓展(一)之Redis

    1.NoSQL数据库简介 2.Redis的介绍及安装启动 3.Redis的五大数据类型 4.Redis的相关配置 5.Redis的Java客户端Jedis 6.Redis的事务 7.Redis的持久化 ...

  10. 数据调试~~TCP转串口、串口转TCP调试

    Android socket开发了一个socket客户端,当输入服务器ip以及端口,建立连接之后,Android可以发送数据到电脑接收服务器端. 如果电脑端没有socket服务器怎么办?方法如下: 1 ...