"I just wondered… if you could warn me beforehand the next time you decide to ignore me for my own good. Just so I'm prepared."

“我就是好奇。。。你能不能事先警告我一下,当你下一次决定忽视我之前。至少让我有所准备。”

I looked at the lemonade bottle as I spoke, tracing the circle of the opening with my pinkie finger.

我一边盯着柠檬水瓶一边说道,试验着要转多少圈才能用我的小指把瓶盖打开。

"That sounds fair." He was pressing his lips together to keep from laughing when I looked up.

“这听上去挺合理。”当我看过去的时候他闭上了嘴唇并且不笑了。
"Thanks."

“谢谢”

"Then can I have one answer in return?" he demanded.

“我能得到一个答案作为回复吗?”他命令道。

"One."

“一个”

"Tell me one theory."

“告诉我一个原则”

Whoops. "Not that one."

“不是那个”

"You didn't qualify, you just promised one answer," he reminded me.

“你没有意识到,你刚刚保证了一个回答,”他提醒我。

"And you've broken promises yourself," I reminded him back.

“但是你也破坏了你的约定,”我也提醒他。

"Just one theory — I won't laugh."

“就是这一个原则而已——我不会笑”

"Yes, you will." I was positive about that.

“不,你会的。”我对此非常肯定。

He looked down, and then glanced up at me through his long black lashes, his ocher eyes scorching.

他低下头,然后透过他黑色的睫毛瞟了我一眼,他锗色的眼睛燃烧着。

"Please?" he breathed, leaning toward me.

“可以吗?”他深息一口气,面对我压迫到。

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

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

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

  3. Chapter 5 Blood Type——24

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

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

  5. Chapter 5 Blood Type——22

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

  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. matlab 图像平移操作

    目标:对原图I进行[80,50]的偏移操作得到图B. 首先读入图像,以matlab自带的pout.tif为例. strel是创建形态学结构元素的. translate函数在原结构上进行[80,50]的 ...

  2. 阿里云服务器 yii2执行composer提示报错

    未解决 composer installLoading composer repositories with package informationUpdating dependencies (inc ...

  3. [开源]使用C# 对CPU卡基本操作封装

    Github 地址:https://github.com/zifeiniu/CPUCardLib 项目需求及简介: 公司要求将用户相关的信息储存到射频卡中,之前项目使用的Mifare类型卡,只储存了用 ...

  4. 安装JAVA jdk

      下载软件包,jdk-10.0.1_windows-x64_bin 根据提示一步步安装.安装完成之后,配置环境. 控制面板——>系统——>编辑系统变量 ​ 4. 系统变量 增加path变 ...

  5. idea在springboot项目中没有【新建JSP选项】的解决方法

    https://blog.csdn.net/qq_26525215/article/details/53726690 转载于CSDN

  6. Idea下的springboot mysql8.0等报错解决随笔

    cannot load jdbc class path:mysql8.0装载失败,可能原因,驱动名称错误,连接字符串中需要加入时区UTC,否则8.0一定会报错无法连接,关闭SSL 在applicati ...

  7. Java 什么是线程安全

    当多个线程访问某个类时,不管运行时环境采用何种调度方式或者这些线程将如何交替执行,并且在主调代码中不需要额外的同步或协同,这个类都能表现出正确的行为,那么这个类就是线程安全的.其中,正确性指某个类的行 ...

  8. ubuntu 14.04 安装 rabbitmq

    1. sudo apt-get update 安装rabbitmq 2. sudo apt-get install rabbitmq-server 添加用户 3. sudo rabbitmqctl a ...

  9. 远程dump导出svn项目

    使用TortoiseSVN 安装目录下的svnrdump.exe 工具进行导出 1.cmd 到工具路径下 C:\Program Files\TortoiseSVN\bin svnrdump.exe d ...

  10. 高精度乘法-17南宁区域赛F -The Chosen One

    题目大意:给你一个n,然后从1~n隔一个选一个,挑出一个集合然后从集合中继续隔一个挑一个,直到只有一个数,问最后一个数是多少?2<=n<=1050 例如n=5,先选出2,4最后选择4.n= ...