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 ...
随机推荐
- Python科学计算库
Python科学计算库 一.numpy库和matplotlib库的学习 (1)numpy库介绍:科学计算包,支持N维数组运算.处理大型矩阵.成熟的广播函数库.矢量运算.线性代数.傅里叶变换.随机数生成 ...
- ios 上下滑动粘滞问题
ios 移动端,当你触及到可以左右滑动部分,进行上下滑动操作时,会导致上下滑动粘滞卡顿的问题 mdn:https://developer.mozilla.org/zh-CN/docs/Web/CSS/ ...
- Dagger2 notes
Android:dagger2让你爱不释手-基础依赖注入框架篇 Android Dagger2 MVP架构 一看就明白 Dagger2教程六之Component的组织方法(原) Dagger 2从浅到 ...
- jenkins的sbt插件安装
在jenkins服务器手动安装sbt curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo mv bintray-sbt-rpm ...
- 【技术分享】BurpSuite 代理设置的小技巧
作者:三思之旅 预估稿费:300RMB 投稿方式:发送邮件至linwei#360.cn,或登陆网页版在线投稿 在Web渗透测试过程中,BurpSuite是不可或缺的神器之一.BurpSuite的核心是 ...
- What is volatile?
What is volatile? 一次偶然的机会(java多线程电梯作业寻求多个进程分享变量的方法),接触到了volatile,因此我查阅了相关的材料,对这部分做了一些了解,在这里和大家分享一下. ...
- python-邮件提醒功能
当scrapy爬取完成以后会发送详细信息到邮箱 1.首先编写邮件发送模块 #!usr/bin/env python # -*- coding:utf-8 -*- """ ...
- C#转发Post请求,包括参数和文件
/// <summary> /// 转发Post请求 /// </summary> /// <param name="curRequest">要 ...
- python处理参数的getopt的使用
在写脚本程序的时候需要添加一些额外的参数来实现脚本的附加功能或者增强功能,通常的做法是同sys.argv[i]直接来获取参数的值,但是这个比较局限,要求参数的输入一定要按照顺序. fileName = ...
- java中List<Map<String, Object>>关于null的判断
List<Map<String, Object>> selectTmFileInfo = fileInfoService.selectTmFileInfoByToken(cTo ...