I stood carefully, and I was still fine. He held the door for me, his smile polite but his eyes mocking.

我小心的站起来,情况还不错。他帮我把门打开,他的笑容很友善但是他的眼中带着嘲笑。

I walked out into the cold, fine mist that had just begun to fall.

我走进寒风中,雾才刚刚散去。

It felt nice — the first time I'd enjoyed the constant moisture falling out of the sky — as it washed my face clean of the sticky perspiration.

这很漂亮——第一次我能感受到天空中连续的雨水—— 它重刷着我脸上黏腻的汗水。

"Thanks," I said as he followed me out. "It's almost worth getting sick to miss Gym."

“谢谢,”我对着跟着我出来的他说道。“对于逃过体育课来说生病也值得了。”

"Anytime." He was staring straight forward, squinting into the rain.

“不客气。”他开始直直的盯着我,斜视看着雨。

"So are you going? This Saturday, I mean?" I was hoping he would, though it seemed unlikely.

“所以你这周六怎么打算的?”我希望他能来,尽管看起来不太可能。

I couldn't picture him loading up to carpool with the rest of the kids from school;

我无法想象他背着大包小包和别的学校里面的孩子一样

he didn't belong in the same world.

他不属于同一个世界。

But just hoping that he might gave me the first twinge of enthusiasm I'd felt for the outing.

但是我想他可能给我一个重重打击浇灭我这次远足的热情。

Chapter 5 Blood Type——31的更多相关文章

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

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

  9. Chapter 5 Blood Type——29

    "We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...

随机推荐

  1. 数组遍历for forEach for..in for..of

    最开始接触的遍历for 通过下标获取数组每一项的值 ,,]; ;i<num.length;i++) { console.log(num[i]) } /*打印2 5 7*/ forEach遍历数组 ...

  2. RF无线射频电路设计干货分享

    1.概述:射频(RF)PCB设计,在目前公开出版的理论上具有很多不确定性,常被形容为一种“黑色艺术”.通常情况下,对于微波以下频段的电路(包括低频和低频数字电路),在全面掌握各类设计原则前提下的仔细规 ...

  3. 关机,重启BAT命令

    关机命令shutdown -s -t 重启命令 shutdown -r -t

  4. webpack4 打包报错 :regeneratorRuntime is not defined

    使用async函数,在webpack打包时报错 babel-polyfill is required. You must also install it in order to get async/a ...

  5. Javascript 标识符及同名标识符的优先级

    一.定义 标识符(Identifier)就是一个名字,用来对变量.函数.属性.参数进行命名,或者用做某些循环语句中的跳转位置的标记. //变量 var Identifier = 123; //属性 ( ...

  6. VB洗牌算法产生随机数组

    算法图示: 运行效果: 详细代码: Option Explicit '洗16张牌(0-15),方便用十六进制显示 Dim Card() As Long Private Sub 洗牌() Dim i&a ...

  7. 多路分支----switch语句

    switch-case与if-else有相似的作用,都是表达分支的方式. 语法形式: switch(type){ case 常量1: do something; break; case 常量2: do ...

  8. 详谈kafka的深入浅出

    第一:kafka的介绍,kafka官网:http://kafka.apache.org/ http://www.jasongj.com/2015/03/10/KafkaColumn1/ kafka的简 ...

  9. spring-security权限管理学习目标

    1.SVN基本介绍: 1.svn基本的概念 2.svn架构 3.svn下载与安装 4.svn搭建与基本操作 2.svn基本操作 1.操作1 2.操作2 3.冲突产生 4.冲突解决 3.SVN在IDEA ...

  10. python MVC、MTV 框架介绍 Django 模板系统常用语法

    Django 框架简介一.MVC框架和MTV框架1.MVC 全名Model View Controller,是软件工程中的一种软件架构模式,把软件系统分为三个基本部分.优势: 耦合性低 重用性高 生命 ...