"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. Android应用程序如何使用Internet资源?

    思路:连接Internet资源-->分析XML资源-->使用Download Manager下载文件 Android的Internet连接模型和用于分析Internet数据源的Java技术 ...

  2. 10-Python入门学习-函数的对象与嵌套、名称空间与作用域、闭包函数

    一.函数的对象 函数是第一类对象,指的是函数名指向的值(函数)可以被当作数据去使用 def func():# func=函数的内地址 print('from func') print(func) ag ...

  3. Android SQLite数据库升级,怎么做(事物更改)

    SQLiteOpenHelper // 如果数据库文件不存在,只有onCreate()被调用(该方法在创建数据库时被调用一次) public abstract void onCreate(SQLite ...

  4. css实现中文换行,英文换行,超出省略

    英文换行时,是以单词换行,在对应的标签添加对应的属性即可 1 word-break:break-all;只对英文起作用,以字母作为换行依据 2 word-wrap:break-word; 只对英文起作 ...

  5. protobuf是什么?

      ProtoBuf (Google Protocol Buffer)是由google公司用于数据交换的序列结构化数据格式,具有跨平台.跨语言.可扩展特性,类型于常用的XML及JSON,但具有更小的传 ...

  6. 使用datagrip链接mysql数据库的报错问题.

    1. datagrip刚打开时候,选择风格是白是黑后, 会有一个选择什么数据库,有oracle...一大堆,别选错了.我的是mysql,不要选成了windows sql 和sql. 2 基本设置写完, ...

  7. 如何安装并且使用jmeter进行简单的性能测试

    Jmeter  介绍 Jmeter  是一款使用Java开发的,开源免费的,测试工具, 主要用来做功能测试和性能测试(压力测试/负载测试). 而且用Jmeter 来测试 Restful API, 非常 ...

  8. 解决localdb中文智能的问题

    declare @database nvarchar(100) declare tmpCur cursor for select DB_NAME() open tmpCur fetch next fr ...

  9. Touch事件在移动端web开发中的详解

    一.pc端事件回顾 HTML事件.DOM0事件.DOM2事件 事件对象. 如果上述概念不清楚,请先去了解. 二.移动端事件简介 2.1 pc端事件在移动端的问题 ​ 移动设备主要特点是不配备鼠标,键盘 ...

  10. Redis两种秒杀抢购思路

    方式一:使用DECR减库存 /** * 外卡进入减库存 * @param competitionQuarterInDTO * @return */@Overridepublic int otherCa ...