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 ...
随机推荐
- Jmeter中实现base64加密
Jmeter已不再提供内置base64加密函数,遇到base64加密需求,需要通过beanshell实现 直接上beanshell代码: import org.apache.commons.net.u ...
- 爬虫之requests模块
requests模块 什么是requests模块 requests模块是python中原生的基于网络请求的模块,其主要作用是用来模拟浏览器发起请求.功能强大,用法简洁高效.在爬虫领域中占据着半壁江山的 ...
- js中将字符串作为函数名来调用的方法
方法:eval() eg: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...
- Java学习之软件安装
成功安装了jdk-10.0.1.eclipse-committers-2018-09-win32-x86_64.mysql-5.7.18.1和tomcat-9.0.0.M17
- 更换MariaDB数据库
https://downloads.mariadb.org/mariadb/repositories/#mirror=neusoft&distro=Ubuntu&distro_rele ...
- MyBatis(10)使用association进行分步查询
(1)接口中编写方法 public Emp getEmpByStep(Integer id); public Dept getDeptById(Integer id); (2)Mapper文件 < ...
- 【自动化测试】搭建一个简单从Excel读取用例内容并输出结果的脚本
# -*- coding:utf-8 -*- from selenium import webdriver import xlrd import xlwt from xlutils.copy impo ...
- jquery for循环
第一种: for(var i=0,len=$len.length; i<len; i++){//alert($len.eq(i).html());$zongshu=$zongshu+$len.e ...
- spring-cloud-Zuul学习(四)【中级】--自定义zuul Filter详解【重新定义spring cloud实践】
实现自定义zuul Filter 方法很简单,只要继承ZuulFilter跟加入到spring IOC容器即可,zuulFilter是一个抽象类,里面包含以下方法需要我们实现: String fi ...
- 2.SSM整合_多表_一对一或多对一的增删改查
一对一和多对一配置一样,这里就放到一起. 1.配置文件跟上一章一样,这里就不多写了,主要是Mapper映射文件 多 接口 public interface NewsMapper { public vo ...