"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的更多相关文章

  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——30

    That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...

随机推荐

  1. Windows linux子系统 使用说明

    1.安装 linux 子系统 2.应用商店安装ubuntu 3.为了方便可以配置成默认登陆root账户 Ubuntu config –default-user root   4. 安装完毕   5.安 ...

  2. angular.module()

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  3. 在浏览器输入URL时发生了什么

    浏览器器检查cache,如果请求对象已经缓存并且是最新的,执行第9步. 浏览器询问操作系统,请求服务器的IP地址 操作系统进行DNS查找,然后告诉浏览器服务器的IP 浏览器和服务器简历一个TCP连接( ...

  4. Js 运行机制和Event Loop

    一.为什么JavaScript是单线程? JavaScript语言的一大特点就是单线程,也就是说,同一个时间只能做一件事.那么,为什么JavaScript不能有多个线程呢?这样能提高效率啊. Java ...

  5. Springboot 集成jpa使用

    实体类 dao层 上面的查询 ,方法名友好命名的话,可以不写注解查询  findByXXXX MetadataSchemePO findBySchemeName(String schemeName); ...

  6. 第二次Srum冲刺

    一.项目简介 1.项目名称:云医院智能管理系统 2.项目介绍:该项目涵盖了目前医院里的一些基本需求,由于时间和技术有限,先暂时列出如下图所示的一些要实现的功能,关于实现的过程,还需在后面的学习当中不断 ...

  7. .net core2.1 使用 dynamic 类型报错

    在net core2.0项目中使用 dynamic 无法编译通过 异常信息:缺少编译器要求的成员"Microsoft.CSharp.RuntimeBinder.CSharpArgumentI ...

  8. 【RL-TCPnet网络教程】第23章 RL-TCPnet之地址解析协议ARP

    第23章      RL-TCPnet之地址解析协议ARP 本章节为大家讲解ARP(Address Resolution Protocol,地址解析协议),通过前面章节对TCP和UDP的学习,需要大家 ...

  9. [Swift]LeetCode581. 最短无序连续子数组 | Shortest Unsorted Continuous Subarray

    Given an integer array, you need to find one continuous subarray that if you only sort this subarray ...

  10. shell 问题备忘

    一 ls结果赋给变量 dirSrc=$(ls test/ -l | awk '/^d/{print $NF}') echo "dirSrc is $dirSrc" 二 使用cut查 ...