Chapter 5 Blood Type——20
"Just let me sit for a minute, please?" I begged.
“就让我坐一会可以吗?” 我乞求道。
He helped me sit on the edge of the walk.
他扶我坐到马路的边缘。
"And whatever you do, keep your hand in your pocket," I warned.
“无论你做什么,把你的收放在你的口袋里,” 我警告道。
I was still so dizzy. I slumped over on my side, putting my cheek against the freezing, damp cement of the sidewalk, closing my eyes.
我仍然有点头晕。我倾向一边,让我的脸颊贴着冰冷、潮湿的水泥路旁,闭上了眼睛。
That seemed to help a little.
看起来也没有什么帮助。
"Wow, you're green, Bella," Mike said nervously.
“哦,你看起来脸色不好,Bella” Mike紧张的说道。
"Bella?" a different voice called from the distance.
“Bella?” 一个不同的声音来自远处。
No! Please let me be imagining that horribly familiar voice.
不!那可怕的熟悉声音让我浮想联翩。
"What's wrong — is she hurt?" His voice was closer now, and he sounded upset.
“怎么回事 -- 她受伤了吗?” 现在他的声音已经更近了,并且他的声音有点生气。
I wasn't imagining it. I squeezed my eyes shut, hoping to die. Or, at the very least, not to throw up.
我不敢想象。我紧紧的闭上眼睛,希望去死。或者,极力去克制,不要吐出来。
Mike seemed stressed. "I think she's fainted. I don't know what happened, she didn't even stick her finger."
Mike看上去很紧张。“我觉得她头晕。我不知道发生了什么,她还没有刺她的手指呢。”
Chapter 5 Blood Type——20的更多相关文章
- 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——30
That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...
随机推荐
- HTTP协议头部与Keep-Alive模式详解(转)
转自:http://a280606790.iteye.com/blog/1095085 http1.1 中怎么打开持久连接,怎么关闭,怎么传输数据(确定本次数据是否传输完毕) 1.什么是Keep-Al ...
- linux磁盘满了的处理
1.查看磁盘使用情况 cd / df -h 如果 总量Size和Used一样,按就证明磁盘满了 2.查看当前文件下每个文件大小 du -sh * 一层一层去查,就可以查到占用空间最大的那个文件及产生 ...
- GDKOI2017滚粗记
Preface 比赛成绩非常烂,却腐败得非常爽,但是gmh大爷因为和我们腐败,变得更强. 比赛策略有点问题,拼命想正解而没了暴力分 数论题做得比较少,导致只会找规律.知识点需要补充,如AC自动机,启发 ...
- MyBatis(五)select返回list数据
(1)接口中编写方法 public List<Emp> getEmps(String lastName); (2)编写Mapper文件 <select id="getEmp ...
- 网页加水印 svg 方式
/** *网页加水印 svg 方式 * * @export * @param {*} [{ * container = document.body, * content = '请勿外传', * wid ...
- mysql8.0.13修改密码
在安装完数据库后,由于自己不小心直接关闭了安装窗口,或者长时间没有使用root用户登录系统,导致忘记了root密码,这时就需要重置MySQL的root密码.当然,最简单方式自然是删除数据库的data目 ...
- 从C过渡到C++的几个知识点(结构体、引用、重载运算符)
一.结构体和类(class) 下面一个使用结构体类型的例子 #include <iostream> using namespace std; struct Point{ // 声明Poin ...
- [LeetCode] Mirror Reflection 镜面反射
There is a special square room with mirrors on each of the four walls. Except for the southwest cor ...
- CentOS 编译安装 Redis (实测 笔记 Centos 7.3 + redis 3.2.8)
环境: 系统硬件:vmware vsphere (CPU:2*4核,内存2G,双网卡) 系统版本:CentOS-7.0-1406-x86_64-DVD.iso 安装步骤: 1.准备 1.1 显示系统版 ...
- Unity进阶----Lua语言知识点(2018/11/08)
国内开发: 敏捷开发: 集中精力加班堆出来第一个版本 基本没啥大的bug 国外开发: 1).需求分析: 2).讨论 3).分模块 4).框架 5).画UML图(类图class function)(e- ...