"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. linq给list集合数据分页

    var lastlist= newlist.Skip(pageindex * pagesize).Take(pagesize);

  2. Mybatis_4.接口类和XML同时使用

    1.实体类User.java public class User { private int id; private String name; private int age; //getter.se ...

  3. Tomcat问题

    1 Tomcat控制台中文乱码 打开tomcat/conf/logging.properties 找到java.util.logging.ConsoleHandler.encoding = UTF-8 ...

  4. BurpSuite 代理设置的小技巧

    原文:https://www.anquanke.com/post/id/85925 作者:三思之旅 预估稿费:300RMB 投稿方式:发送邮件至linwei#360.cn,或登陆网页版在线投稿 在We ...

  5. JS 多选文件或者选择文件夹

    <%--文件多选--%> <input type="file" name="file" id="file" multipl ...

  6. Android Studio 去除上方标题

    选中代码再Ctrl+shift+'/' 可加/***/注释 https://blog.csdn.net/wuqingsen1/article/details/78554117 styles.xml & ...

  7. java:找出占用CPU资源最多的那个线程

    linux环境下,当发现java进程占用CPU资源很高,且又要想更进一步查出哪一个java线程占用了CPU资源时,按照以下步骤进行查找: 1.先用top命令找出占用资源厉害的java进程id,如: 2 ...

  8. 串口RS232和485通信的波形分析

    一.串行数据的格式 异步串行数据的一般格式是:起始位+数据位+停止位,其中起始位1 位,数据位可以是5.6.7.8位,停止位可以是1.1.5.2位. 起始位是一个值为0的位,所以对于正逻辑的TTL电平 ...

  9. ubuntu Pycharm 2017 3.3 Active

    1.打开激活窗口 2.选择 Activate new license with License server (用license server 激活) 3.在 License sever addres ...

  10. node环境使用multer搭建一个图片接收服务器

    为了测试图片上传插件的上传功能是否好用,最近尝试搭建了一个接收图片的服务器,因为图片上传的编码格式是form-data,所以我选择使用express+multer,实现过程中发现有几个需要注意的地方, ...