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 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的更多相关文章
- 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——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——30
That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...
- Chapter 5 Blood Type——29
"We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...
随机推荐
- ISP PIPLINE (十一) color correction
什么是color correction? 为什么要进行color correction? 转换后的色彩饱和度更加明显,更加符合人眼感官. 如何进行color correction? 下图是步骤: 第一 ...
- web-storage-cache 使用JS数据缓存
https://github.com/WQTeam/web-storage-cache 使用WebStorageCache,只要在页面上引入下面代码即可. <script src="s ...
- Hashlib加密,内置函数,安装操作数据库
hashlib模块的md5加密: md5同样的内容加密后是一样的 md5加密后是不可逆的.即能加密,没办法解密. 撞库: 只是针对简单的,因为同样的内容加密后是一样的,难一点就不行了. 登录密码:注册 ...
- SpringMVC之拦截器的的配置和使用
拦截器与过滤器的区别:拦截器只能拦截controller的请求,过滤器可以过滤所有请求 (1)实现HandlerInterceptor接口 在执行控制器中的方法之前执行preHandle()中的方法 ...
- TypeScript-封装
class People { private _name: string; age: number; print() { return this._name + ":" + thi ...
- WebService常用接口链接(很全面,值得一看)
天气预报Web服务,数据来源于中国气象局Endpoint :http://www.webxml.com.cn/WebServices/WeatherWebService.asmxDisco ...
- [微信小程序]编译.wxss出错,2 not found
小程序新建项目就出错:2 not found 编译.wxss文件出错(不是一般的郁闷,新建项目就报错...) 大概的情况是开发工具没有更新.或更新不到, 第一,可以删掉开发工具重新下载最新安装: 第 ...
- 业务配置开发平台qMISPlat 2.0 产品介绍
qMISPlat是什么 qMISPlat(业务配置开发平台)是一套基于.net core 2.0.跨平台的,面向开发人员和具有一定技术水平的业务人员使用的业务配置开发平台.基于此平台您只需通过配置和少 ...
- 如何用VSCode调试Vue.js
VS Code相关插件:Chinese (Simplified) Language Pack for Visual Studio Code Debugger for Chrome ESLint Vet ...
- 【二代示波器教程】第13章 RTX操作系统版本二代示波器实现
第13章 RTX操作系统版本二代示波器实现 本章教程为大家讲解RTX操作系统版本的二代示波器实现.主要讲解RTOS设计框架,即各个任务实现的功能,任务间的通信方案选择,任务栈,系统栈以及全局 ...