Chapter 5 Blood Type——26
"I saw his face — I could tell."
“我看到他的脸了 —— 我知道。”
"How did you see me? I thought you were ditching."
“你是怎么发现我的?我以为你跷课了。”
I was almost fine now, though the queasiness would probably pass faster if I'd eaten something for lunch.
我现在已经基本好了,如果我中午吃点什么的话恶心应该好的更快。
On the other hand, maybe it was lucky my stomach was empty.
另一方面,我胃是空的这可能也算是幸运吧。
"I was in my car, listening to a CD." Such a normal response — it surprised me.
“我在车上,听着CD。”一个正常的回复——让我惊讶。
I heard the door and opened my eyes to see the nurse with a cold compress in her hand.
我听到门打开然后睁开眼睛看到护士手上拿着冷敷布。
"Here you go, dear." She laid it across my forehead. "You're looking better," she added.
“走吧,亲爱的。”她把它放在我的额头上。“你看起来好多了”他补充道。
"I think I'm fine," I said, sitting up. Just a little ringing in my ears, no spinning. The mint green walls stayed where they should.
“我想我好了,”我说道,坐起来。在我耳中有点铃声,不再头晕了。我们应待在薄荷绿的墙的房间。
I could see she was about to make me lie back down, but the door opened just then, and Ms. Cope stuck her head in.
我能看见她让我躺回去,但是门开了,Ms.Cope探头进来。
"We've got another one," she warned.
“又来了一个”她警告道。
I hopped down to free up the cot for the next invalid.
我跳下床给另一个人把床腾出来。
I handed the compress back to the nurse. "Here, I don't need this."
我把冰袋还给护士。“给,我不需要这个了。”
Chapter 5 Blood Type——26的更多相关文章
- 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 ...
随机推荐
- Fiddler 过滤设置
1.User Fiters启用 2.Action Action:Run Filterset now是否运行,Load Filterset加载,Save Filterset保存: 3.Hos ...
- 开始食用grpc(之一)
开始食用grpc(之一) 转载请注明出处:https://www.cnblogs.com/funnyzpc/p/9501353.html ``` 记一次和一锅们压马路,路过一咖啡厅(某巴克),随口 ...
- Java String类的intern()方法
该方法的作用是把字符串加载到常量池中(jdk1.6常量池位于方法区,jdk1.7以后常量池位于堆) 在jdk1.6中,该方法把字符串的值复制到常量区,然后返回常量区里这个字符串的值: 在jdk1.7里 ...
- 解析时间parse time
下面是一个解析时间的一个类 <?php /** * @purpose : 解析时间 * author: 袋鼠 * date: 2019/3/1 * time: 19:43 */ class Pa ...
- LeetCode 33 Search in Rotated Sorted Array [binary search] <c++>
LeetCode 33 Search in Rotated Sorted Array [binary search] <c++> 给出排序好的一维无重复元素的数组,随机取一个位置断开,把前 ...
- Java当中的IO三
1.处理流的使用实例 bufferedReader(处理流)介绍: buffereReader属于字符流,其次也是处理流,也是输入流,即字符输入处理流 常用方法 readLine() Buffered ...
- Gradle 学习二
按照本指南,您将创建一个简单的Gradle项目,调用一些基本的Gradle命令,并了解Gradle如何管理项目 1.初始化项目创建项目目录 ❯ mkdir basic-demo ❯ cd basic- ...
- K8S 安装 Wordpress
基本概念 Helm 可以理解为 Kubernetes 的包管理工具,可以方便地发现.共享和使用为Kubernetes构建的应用,它包含几个基本概念 Helm是目前Kubernetes服务编排领域的唯一 ...
- Python-数据类型1
在Python中常见的数据类型有:整数(int).字符串(str).小数/浮点数(float).列表.元组.字典和布尔类型等,下面会进行一一介绍. 整数和小数,不用多介绍相信大家都有所了解,字符串是用 ...
- Dora.Interception,为.NET Core度身打造的AOP框架 [4]:与依赖注入框架的无缝集成
Dora.Interception最初的定位就是专门针对.NET Core的AOP框架,所以在整个迭代过程中我大部分是在做减法.对于.NET Core程序开发来说,依赖注入已经成为无处不在并且“深入骨 ...