"You're wrong." His voice was almost inaudible.
“你错了。” 他的声音几乎听不见

He looked down, stealing my bottle lid and then spinning it on its side between his fingers.
他低下头,偷走了我的瓶盖并且在指尖旋转着它。

I stared at him, wondering why I didn't feel afraid. He meant what he was saying — that was obvious.
我盯着他,想知道为什么我不觉得害怕。他的意思是他说的已经很明显了。

But I just felt anxious, on edge… and, more than anything else, fascinated. The same way I always felt when I was near him.
但是,我只感到了急切的焦虑……还有,比任何感觉都要强烈的是,深深的着迷。当我在他身边的时候总是有这样的感觉。

The silence lasted until I noticed that the cafeteria was almost empty.
这样的沉默一直持续着,直到我意识到自助餐厅几乎都空了。

I jumped to my feet. "We're going to be late."
我先发话了。“我们要迟到了。”

"I'm not going to class today," he said, twirling the lid so fast it was just a blur.
“我今天不去上课,” 他说着,瓶盖在他的指间转得飞快,快得只剩下一个模糊的轮廓。

"Why not?"
“为什么?”

"It's healthy to ditch class now and then." He smiled up at me, but his eyes were still troubled.
“时不时的翘课还是挺健康的。” 他笑着看着我,但是他的眼中还是有着不安。

"Well, I'm going," I told him. I was far too big a coward to risk getting caught.
“好吧,我要去上课,” 我告诉他。我确实是个胆小鬼,所以我不敢承担万一被抓的风险。

He turned his attention back to his makeshift top. "I'll see you later, then."
他把注意力转回被他临时征用的瓶盖上:“那么,待会见。”

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

  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. go片段代码

    关于枚举类型

  2. IntelliJ IDEA之UML类图

    IntelliJ IDEA之UML类图 生成方法 Show Diagrams 选中需要的类,右键单击Diagrams,之后点击Show Diagrams,或者快捷键Ctrl+Alt+Shift+U 生 ...

  3. html2canvas在Vue项目踩坑-生成图片偏移不完整

    背景 最近做一个Vue项目需求是用户长按保存图片,页面的数据是根据不同id动态生成的,页面渲染完生成内容图片让用户长按保存的时候,把整个页面都保存起来. 在项目遇到的坑是图片能生成,可是生成的图片总是 ...

  4. GeoHash(Java实现)

    package com.koubei.collect_script.demo; import java.util.ArrayList; import java.util.Arrays; import ...

  5. C#线程--5.0之前时代(一)--- 原理和基本使用

    一.开篇概念明晰: 多任务: 协作式多任务:cpu可以处理多种任务,但是这些任务是排队等候的,当cpu在处理一个任务的时候,其他的任务被锁定,只有当cpu处理完当前任务,才可以继续处理下一个任务(专一 ...

  6. 快速实现office文档在线预览展示(doc,docx,xls,xlsx,ppt,pptx)

    微软:https://view.officeapps.live.com/op/view.aspx?src=(输入你的文档在服务器中的地址):

  7. jenkins:一键回滚站点集群

    最近在学习jenkins过程中整理了大量资料,都收录在<jenkins自动化工具使用教程>,但依然缺少一些具体实现细节. 这篇文章,介绍jenkins做集群回滚时的两个设计方案,让一键回滚 ...

  8. 深入理解Spring Redis的使用 (九)、通过Redis 实现 分布式锁 的 BUG,以及和数据库加锁的性能测试

    在多节点的项目中,经常要涉及到某些方法加锁的控制.而这个时候,简单易用的synchronized已经不能满足多节点的部署结构. 之前在项目中,用的比较多的是数据库的更新锁:for udpate.但是这 ...

  9. 【子集或者DFS】部分和问题

    题目: 给定整数序列a1,a2,...,an,判断是否可以从中选出若干数,使它们的和恰好为k.1≤n≤20   -108≤ai≤108   -108≤k≤108 输入: n=4 a={1,2,4,7} ...

  10. linux 完全关闭tomcat

    由于直接调用tomcat的 shutdown.sh 有时无法完全关闭掉tomcat,使用 ps -ef | grep tomcat 查找发现tomcat依然还存在,并未完全关掉.在 catalina. ...