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 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的更多相关文章
- Chapter 5 Blood Type——18
"The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...
- Chapter 5 Blood Type——27
And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...
- Chapter 5 Blood Type——24
"She's just a little faint," he reassured the startled nurse. "They're blood typing i ...
- 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 ...
- Chapter 5 Blood Type——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- 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 ...
- Chapter 5 Blood Type——32
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
- 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 ...
- Chapter 5 Blood Type——29
"We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...
随机推荐
- Analysis of Web.xml in Hello1 project
一.web.xml文件介绍 The web.xml file contains several elements that are required for a Facelets applicatio ...
- 磁共振成像SENSE 并行加速重建 g-factor计算方法(待更新)
MRI SENSE 并行图像加速重建 g-factor计算方法: Matlab代码如下: function g=gfactor_noise(map,LOSS,Rx,Ry) % map -> se ...
- HCNA(华为)_DHCP篇
在大型的企业网络中,会有大量的主机或设备需要获取IP地址等网络参数.如果采用手工配置,工作量大 且不好管理,如果有用户擅自修改网络参数,还有可能会造成IP地址冲突等问题.使用动态主机配置协DHCP 来 ...
- Windows本地代码仓库使用连接教程
目录 软件安装 修改语言为中文 克隆远程仓库 文件上传教程 软件安装 安装Git(软件下载链接) 根据自己的系统选择对应版本下载安装 安装TortoiseGit(软件下载链接) 1.下载完毕解压文件夹 ...
- 如何简单地理解Python中的if __name__ == '__main__'
https://blog.csdn.net/yjk13703623757/article/details/77918633 1. 摘要 通俗的理解__name__ == '__main__':假如你叫 ...
- [POJ1193][NOI1999]内存分配(链表+模拟)
题意 时 刻 T 内存占用情况 进程事件 0 1 2 3 4 5 6 7 8 9 进程A申请空间(M=3, P=10)<成功> 1 A 2 A B 进程B申请空间(M=4, P=3)< ...
- MyBatis(十一) 嵌套结果集的方式,使用collection标签定义关联的集合类型的属性封装规则
(1)接口中编写方法 public Dept getDeptPlusById(Integer id); (2)Mapper文件 <resultMap type="com.eu.bean ...
- vue-cli跳转到新页面的顶部
我这里有两种方法都是可以用的 1,利用vue-router的默认模式hash,可以记录上一页的位置,如果需要点话,如果没有记录,在进入新页面的时候是返回到新页面的最顶部的 scrollBehavior ...
- activiti数据库表结构剖析
1.结构设计 1.1. 逻辑结构设计 Activiti使用到的表都是ACT_开头的. ACT_RE_*: ’RE’表示repository(存储),RepositoryService接口所操作的 ...
- 使用 python 实现π的计算
1.π的神奇 π是一个无数人追随的真正的神奇数字.我不是很清楚一个永远重复的无理数的迷人之处.在我看来,我乐于计算π,也就是计算π的值.因为π是一个无理数,它是无限的.这就意味着任何对π的计算都仅仅是 ...