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 ...
随机推荐
- BZOJ.2054.疯狂的馒头(并查集)
BZOJ 倒序处理,就是并查集傻题了.. 并查集就是确定下一个未染色位置的,直接跳到那个位置染.然而我越想越麻烦=-= 以为有线性的做法,发现还是要并查集.. 数据随机线段树也能过去. //18400 ...
- 1064 Financial Management
http://acm.hdu.edu.cn/showproblem.php?pid=1064 思路:看懂英文就很简单,就是12个数相加求平均数就ok了. 扩展: C++ 标准输入输出流的控制符 #in ...
- sortable的基本属性
所有的事件回调函数都有两个参数:event和ui,浏览器自有event对象,和经过封装的ui对象 ui.helper - 表示sortable元素的JQuery对象,通常是当前元素的克隆对象 ...
- The SQL Server instance returned an invalid or unsupported protocol version during login negotiatio
在使用.net core 连接sqlserver的时候遇到了这个问题 从字面意思理解大致是个什么版本不支持, 谷歌一下吧,ok,看到这个2000我就知道什么问题了 我的数据库还是2000的,总算把20 ...
- 1.Git安装
1.安装 首先下载安装包https://git-scm.com/downloads/ 双击安装任意盘符,双击之后一路Next,当然也可以修改默认配置 安装结束!
- let和const
ES6新增了let取代var,let主要有以下特点. 1 只在代码块内有效,代码块外不能使用let声明的变量.let很适合声明循环体的变量. 它可以解决一些闭包的问题存在的问题比如: var a = ...
- unittest中的Empty suite错误
import unittest from selenium import webdriver class ibdata(unittest.TestCase): @classmethod def set ...
- Redis安装完整步骤
安装: 1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar xzvf redis-4.0.8. ...
- Validator验证框架
Validator验证框架 系统分析 在设计Validator验证框架时,需要明确以下问题. (1)当用户没有输入数据时,弹出英文提示信息. (2)当用户输入的数据长度大于系统设置的数据长度,弹出英文 ...
- js-day05-JSON-jQuery初体验
JSON数据格式 JSON(JavaScript Object Notation)一种简单的数据格式,比xml更轻巧.易于人阅读和编写,同时也易于机器解析和生成(网络传输速度快)JSON是JavaSc ...