Chapter 5 Blood Type——10
"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的更多相关文章
- Chapter 5 Blood Type——18
"The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...
- Chapter 5 Blood Type——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- Chapter 5 Blood Type——27
And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...
- Chapter 5 Blood Type——24
"She's just a little faint," he reassured the startled nurse. "They're blood typing i ...
- 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 ...
- 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 ...
- Chapter 5 Blood Type——32
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
- 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 ...
- 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 ...
随机推荐
- CF715B. Complete The Graph
CF715B. Complete The Graph 题意: 给一张 n 个点,m 条边的无向图,要求设定一些边的边权 使得所有边权都是正整数,最终 S 到 T 的最短路为 L 1 ≤ n ≤ 100 ...
- dotnet core 3.0 linux 部署小贴士
dotnet core 3.0 目前还是测试版,在linux下安装 sdk 需要有一些注意事项 1.下载url https://dotnet.microsoft.com/download/thank- ...
- Ubuntu 插入鼠标自动禁用触控板
http://ubuntuhandbook.org/index.php/2016/11/install-touchpad-indicator-in-ubuntu-16-04/ arrive@HP443 ...
- 将普通用户添加到sudo
将普通用户添加到sudo组 可以编辑/etc/sudoers文件将普通用户加入sudo组.要注意的是修改该文件只能使用visudo命令:1.首先切换到root #su - (注意有 “-” ,这和su ...
- C# CSV 文件转换成DataTable
{ DataTable dt = new DataTable(); FileStream fs = new FileStream(fileName, FileMode.Open, FileAccess ...
- conda 查看已有环境
conda info -e # conda environments: # dlcv /Users/enzhao/suanec/libs/anaconda2/envs/dlcv py36 /Users ...
- unittest测试用例的执行顺序
unittest的测试顺序为:有几个测试用例,测试固件就会执行多少次. 例如:只有一个测试用例时: setup--testcase1--teardown import unittest class F ...
- Windows获取进程完整路径
#include <stdio.h> #include <locale.h> #include <windows.h> #include <tlhelp32. ...
- 多个router和多个network
一般搭建成功了opentack后,都会按照文档的这样创建网络 Scenario 1: one tenant, two networks, one router Scenario 2: two tena ...
- VSTS 执行git pull报错问题修复
VSTS中进行双向同步配置的git pull指令如下: 运行时报错,Log如下图所示: 原因说的很清楚了,需要提前执行以下两条git config指令: git config --global use ...