"What?"
“什么?”

"Your boyfriend seems to think I'm being unpleasant to you — he's debating whether or not to come break up our fight." He snickered again.
“你的男朋友看起来认为我惹到你了————他正在决定是不是要过来阻止我们的战斗。”他又一次笑了。

"I don't know who you're talking about," I said frostily. "But I'm sure you're wrong, anyway."
“我不知道你在说谁,” 我冷峻的说道。“但是我能确定无论如何你错了。”

"I'm not. I told you, most people are easy to read."
“我没有错。我告诉你,很多人心里想的都很容易看得出来。”

"Except me, of course."
“当然除了我。”

"Yes. Except for you." His mood shifted suddenly; his eyes turned brooding. "I wonder why that is."
“是的。除了你。” 他的很快转变了;他的眼睛又变得凶险。“我想知道为什么是这样。”

I had to look away from the intensity of his stare. I concentrated on unscrewing the lid of my lemonade. I took a swig, staring at the table without seeing it.
我不得不看向别的地方躲避他强烈的目光。我集中注意力去拧开我柠檬水的盖子。我喝了一大口,盯着桌子什么也不看。

"Aren't you hungry?" he asked, distracted.
“你还生气吗?” 他不经意问道。

"No." I didn't feel like mentioning that my stomach was already full — of butterflies. "You?" I looked at the empty table in front of him.
“没有。” 我没有感觉到我的肚子已经饱了——被气饱了。“你?”我看着他前面的空桌子说道。

"No, I'm not hungry." I didn't understand his expression — it looked like he was enjoying some private joke.
“没有,我不饿。”我没有理解他的意思————这就像他正享受一些私人的笑话。

"Can you do me a favor?" I asked after a second of hesitation.
“你能帮我个忙吗?” 在几秒钟的犹豫之后我问道。

He was suddenly wary. "That depends on what you want."
他突然警惕了起来。“这决定于你想要什么。”

"It's not much," I assured him.
“不是太难的事情,”我向他保证到。

He waited, guarded but curious.
他警惕又好奇的等着我说。

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

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

    Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...

  3. Chapter 5 Blood Type——27

    And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...

  4. Chapter 5 Blood Type——24

    "She's just a little faint," he reassured the startled nurse. "They're blood typing i ...

  5. 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 ...

  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. vue自定义键盘事件

    //自定义全局按键修饰符 Vue.config.keyCodes.f2 = 13;//enter为13此时F2==ENTER 调用;@keyup.f2='addData()'

  2. java 虚拟机学习--未完

    1.学习了解GC垃圾回收 参考:https://www.ibm.com/developerworks/cn/java/l-JavaMemoryLeak2/ 2.类加载机制 http://blog.cs ...

  3. 实现logstash6.4.3 同步mysql数据到Elasticsearch6.4.3

    本文旨在实践把mysql已有的数据同步到elasticsearch中,使用的版本是6.4.3,对于其它6.x版本理应是一样的处理方式. 本文目录: 1.初始化Elasticsearch 6.4.3 1 ...

  4. Java拦截器的实现原理

    对于某个类的A方法进行拦截,在A执行前插入一段代码,A执行后也插入一段代码 原理: 写个拦截器,拦截器中包含要插入前后执行的两段代码 interceptor { C();//C方法 D();//D方法 ...

  5. linux系统做raid

    raid 常用步骤 1.ctrl+R 进入raid设置界面 2.F2 相当于右键功能 3.箭头 → 是下一个选项功能 4.ctrl+n是下一页,ctrl+p是前一页 5.Esc退出.最后ctrl+al ...

  6. Redis_MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk问题解决

    原因:可参考https://www.linuxidc.com/Linux/2012-07/66079.htm 解决方案一: 修改redis.conf中 stop-writes-on-bgsave-er ...

  7. 反沙箱——SetErrorMode

    目录 1.前言 2.原理讲解 3.代码实现 4.参考 1.前言 利用SetErrorMode进行反沙箱的技术,在2010年就有被提出,但是之前搜了很久都没有相关内容,这里简单的说一下这个反沙箱的实现. ...

  8. Django ORM 知识概要

    相关命令 python3 manage.py makemigrations 根据模型生成相关迁移文件 python3 manage.py migrate 根据迁移文件,将表结构更新到数据库中,并在Dj ...

  9. K8s 入门

    中文文档:https://www.kubernetes.org.cn/kubernetes%E8%AE%BE%E8%AE%A1%E6%9E%B6%E6%9E%84 小结大白话 Portainer 挺好 ...

  10. HelloPython

    HELLOWORD!你好!Python! 学习Python已有一段时间,一个人自学颇不容易,在此分享一些自己学习经验和感受,温故而知新,也希望自己能有些新收获. 学习Python,大多数人创建的第一个 ...