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 ...
随机推荐
- JAVA基础复习与总结<九> 线程的基本概念_Thread继承创建线程
多线程 一.线程的概念 1.1 程序.进程.线程 程序:Program 是一个静态的概念 进程:Process 是一个动态的概念 进程是程序的一次动态执行过程,占用特定的地址空间. 每个进程都是独立的 ...
- KMP模板实现
看了出题知识点才发现自己连KMP都没有好好的理解,甚至一共就打过一次板子=-= 于是照着之前的课件学了一学...发现没怎么弄懂qwq 我太弱啦! 找了一篇自认为全网最好的介绍 觉得写得很棒 字符串匹配 ...
- kubernetes之Kubeadm快速安装v1.12.0版
通过Kubeadm只需几条命令即起一个单机版kubernetes集群系统,而后快速上手k8s.在kubeadm中,需手动安装Docker和kubeket服务,Docker运行容器引擎,kubelet是 ...
- 等高布局display:table
display:table用法: 父元素:display:table; 子元素:display:table-cell; 注:使用display:table-cell元素部分出现空白缝隙的问题:设置 . ...
- 多阶段构建Docker镜像
在Docker 17.05及更高的版本中支持支持一种全新的构建镜像模式:多阶段构建: 多阶段构建Docker镜像的最大好处是使构建出来的镜像变得更小: 目前常见的两个构建镜像的方式为: 1.直接使用某 ...
- [Lyft Level 5 Challenge 2018 - Elimination Round][Codeforces 1033D. Divisors]
题目链接:1033D - Divisors 题目大意:给定\(n\)个数\(a_i\),每个数的约数个数为3到5个,求\(\prod_{i=1}^{n}a_i\)的约数个数.其中\(1 \leq n ...
- Hadoop集群搭建过程中ssh免密码登录(二)
一.为什么设置ssh免密码登录 在集群中,Hadoop控制脚本依赖SSH来执行针对整个集群的操作.例如,某个脚本能够终止并重启集群中的所有守护进程.所以,需要安装SSH,但是,SSH远程登陆的时候,需 ...
- EDI
EDI, Electronic Data Interchange,电子数据交换 EDI 商务是指将商业或行政事务按一个公认的标准,形成结构化的事务处理或文档数据格式,从计算机到计算机的电子传输方法.简 ...
- 十八、泛型 l 注解 l Servlet3.0 l 动态代理 l 类加载器基础加强
l 泛型 l 注解 l Servlet3.0 l 动态代理 l 类加载器 泛型 1 回顾泛型类 泛型类:具有一个或多个泛型变量的类被称之为泛型类. public class A<T> { ...
- 问题:AJAX的send参数里,空格以及它后面的数据在传递时消失(已解决)
今天,我在写关于前端向后台传递一些数字进行排序,并把结果返回到前端的程序.我用的是POST方式,须要在send里面写键值对. 前端和后台都写完,但是,前端传递给后台的数据是一部分,我检查了下,发现获取 ...