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. JAVA递归生成树形菜单

    递归生成一个如图的菜单,编写两个类数据模型Menu.和创建树形的MenuTree.通过以下过程实现: 1.首先从菜单数据中获取所有根节点. 2.为根节点建立次级子树并拼接上. 3.递归为子节点建立次级 ...

  2. Ext使用中问题总结

    隐藏 Ext.form.DateField 的触发(trigger)元素使其内容不能修改并使其所有的文本框(text field)显示格式为Y-m-d items : [{ xtype : ' dat ...

  3. 01安装Python虚拟环境

    链接 一,为什么安装虚拟环境? 如果你有0.1版本的Flask已经完成项目,此时Flask1.1版本出来的时候就会对0.1有影响,我们通过虚拟环境可以做到互补影响. 二,安装方法 cmd--pip-- ...

  4. vue-cli 2篇官方文档记录收藏

    https://cli.vuejs.org/guide/ http://vuejs-templates.github.io/webpack/

  5. vmware虚机 修改bios方法

    .vmx文件添加以下行,会在下次启动时自动出现bios,并会将"TRUE"改为“false” bios.forceSetupOnce = "TRUE"

  6. Egret的按钮事件处理

    首先要在exml内要设置有对应按钮的ID 2,编写TypeScript脚本: public mybutton:eui.Button; 函数内部:this.mybutton.addEventListen ...

  7. centos7.5安装python3.7

    系统状态 CentOS Linux release 7.5.1804 (Core) mini版安装系统 Python-3.7.0.tgz 官方下载源码包 安装系统依赖包 # 编译必备 yum inst ...

  8. sql_update

    学习: http://www.runoob.com/mysql/mysql-tutorial.html replace: update table_name set column = replace ...

  9. CSS背景图片

    1.背景图片插入 代码格式:background-image:url(): 括号内填写图片路径 2.背景图片设置大小 代码格式:background-size:宽.高 3.背景图片设置不平铺 代码格式 ...

  10. 格式化数据保留两位小数,输入格式为 :xxx,xx,,,,x,,(x为浮点数)

    /** * 格式化字符串 */ static String dataFormat(String data){ String formatedData = ""; // 浮点数正则表 ...