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

这没什么挑战;我总是看起来苍白,并且我最近头晕的时候总有一束光打在我的脸上。

I sat in one of the creaky folding chairs and rested my head against the wall with my eyes closed.

我坐在一张老式的折椅上闭着眼将头靠在墙上。

Fainting spells always exhausted me.

昏厥的咒语让我疲惫。

I heard Edward speaking softly at the counter.

我听到Edward在角落轻声说话。

"Ms. Cope?"

“Cope先生”

"Yes?" I hadn't heard her return to her desk.

“怎么了?”我没有听到让回到她的位置。

"Bella has Gym next hour, and I don't think she feels well enough.

“Bella后面有Gym课,我觉得他还没有好

Actually, I was thinking I should take her home now. Do you think you could excuse her from class?"

事实上,我认为我想现在送她回家。你能帮她把下节课请个假吗?”

His voice was like melting honey. I could imagine how much more overwhelming his eyes would be.

他的声音柔软的就像蜂蜜。我能想象到他那双令人难以抗拒的眼睛。

"Do you need to be excused, too, Edward?" Ms. Cope fluttered. Why couldn't I do that?

“你也需要请假吗Edward?”Cope急不可耐地说道。为什么我不能有这样待遇呢?

"No, I have Mrs. Goff, she won't mind."

“不,我会和Goff老师说的,她不会介意的。”

"Okay, it's all taken care of. You feel better, Bella," she called to me. I nodded weakly, hamming it up just a bit.

“好的,都会好起来的。你感觉好点了把Bella,”她向我说着。我弱弱的点头,表演的有点过头。

"Can you walk, or do you want me to carry you again?" With his back to the receptionist, his expression became sarcastic.

“你能走吗?或者你需要我再扶着你走?”等接待员走了,他的表达就变的刻薄起来。
"I'll walk."

“我能走。”

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

  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——23

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

  5. Chapter 5 Blood Type——22

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

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

  7. Chapter 5 Blood Type——32

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

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

  9. Chapter 5 Blood Type——29

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

随机推荐

  1. Scrapy架构概述

    Scrapy架构概述 1, 从最初自己编写的spiders,获取到start_url,并且封装成Request对象. 2,通过engine(引擎)调度给SCHEDULER(Requests管理调度器) ...

  2. Python函数zip-map

    >>> list(zip([1,3,5,7],[2,4,6,8]))[(1, 2), (3, 4), (5, 6), (7, 8)] 把两个列表合成一个 也可以用map函数: > ...

  3. The frist email to myself by python

    昨天用python模块给自己发了第一封电子邮件,真是激动 今天完善了一下. code: import smtplib from email.mime.text import MIMEText//ema ...

  4. VB读写进程的内存

    在窗体部分简单测试了ReadProcessMemory和WriteProcessMemory对另一个程序进程的读写. 由于临时项目变动,又不需要了,所以直接封类,删工程.以下代码没有一个函数经过测试, ...

  5. 编程菜鸟的日记-初学尝试编程-C++ Primer Plus 第6章编程练习7

    #include <iostream> #include <string> #include <cctype> using namespace std; int m ...

  6. Hive与Hbase整合

    Hive与Hbase整合 1.文档 Hive HBase Integration 2.拷贝jar文件 2.1.把Hbase的lib目录下面的jar文件全部拷贝到Hive的lib目录下面 cd /hom ...

  7. WPF实现只打开一个窗口,并且重复打开时已经打开的窗口置顶

    内容来自:https://codereview.stackexchange.com/questions/20871/single-instance-wpf-application 第一步:添加Syst ...

  8. .NET题目(收集来自网络)

    1: .NET和c#有什么区别? 答: .NET一般是指.NET FrameWork框架,是一种平台,一种技术 c#是一种编程语言,是可以基于.NET平台的应用 2: c#中的委托是什么?事件是不是一 ...

  9. 机器学习(七)EM算法、GMM

    一.GMM算法 EM算法实在是难以介绍清楚,因此我们用EM算法的一个特例GMM算法作为引入. 1.GMM算法问题描述 GMM模型称为混合高斯分布,顾名思义,它是由几组分别符合不同参数的高斯分布的数据混 ...

  10. java课程之团队开发冲刺阶段1.1

    一.今天所要完成的内容 1.实现软件添加日期的功能并生成当前所在周的功能 2.对之前的代码进行重新排版,将主函数的内容移到方法中 3.利用Android自带的左侧菜单栏实现app的整体美观