"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. [Python]CentOS - ImportError: No module named '_curses'

    网上搜了不少答案, 基本都是说Windows环境下curses包不适用的问题. 作为碰到这个问题的linux用户,实在感到无奈. 起因是在CentOS上部署uwsgi,想要使用uwsgitop来监控. ...

  2. vue-cli利用router创建单页面

    一.创建脚手架 第一步 打开命令输入vue init webpack-simple vue-name 下载webpack-simple  (vue-name是你要创建的项目名称) 第二步 输入cd v ...

  3. python基础知识总结(一)

    学完python很久了,一直想着写个学习总结,奈何懒癌晚期,现在才开始写.以下是我总结的一小部分python基础知识点的总结: 1.什么是解释型语言?什么是编译型编程语言? ''' 解释型语言:无需编 ...

  4. 安装selenium

    步骤: 1.下载setuptools2.点击安装setuptools.exe3.安装成功后,python的安装目录下会有Scripts的文件夹4.配置环境变量:python安装目录\Scripts5. ...

  5. 虚拟机安装Linux系统

    Mware Workstation 12 序列号: 5A02H-AU243-TZJ49-GTC7K-3C61N 步骤一: 右键-->新建虚拟机 步骤二:自定义(高级)-->下一步 步骤三: ...

  6. TypeScript 函数-重载

    function attr(name:string):string; function attr(age:number):string; function attr(nameorage:any):an ...

  7. mysql命名规范

    1.数据库表命名规范: (1)表名前应该加上前缀,表的前缀一个用系统或模块的英文名称缩写,前缀全部大写或首字母大写,表名中包含的单词首字母大写. (2)数据库表名应该有意义,并且易于理解,最好使用可以 ...

  8. Tips_信息列表(手风琴)效果的多种实现方法

    效果图: 一.纯CSS实现 <!DOCTYPE html> <html lang="en"> <head> <meta charset=& ...

  9. kodexplorer免费网盘安装教程

    KodExplorer是什么? KodExplorer可道云,原名芒果云,是基于Web技术的私有云和在线文件管理系统. 用户只需通过简单环境搭建,即可使用KodExplorer快速完成私有云/私有网盘 ...

  10. 0.Git介绍

    版本控制工具:SVN,Git Git是分布式版本控制系统,SVN是集中式的版本控制系统.(借一位网友的图以示区别) SVN只有一个单一的集中管理的服务器,保存所有文件的修订版本,而协同工作的人们都通过 ...