"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. 用canal同步binlog到kafka,spark streaming消费kafka topic乱码问题

    canal 1.1.1版本之后, 默认支持将canal server接收到的binlog数据直接投递到MQ, 目前默认支持的MQ系统有kafka和RocketMQ. 在投递的时候我们使用的是非压平的消 ...

  2. 微信跳转ticket值怎么得到?浏览器跳到微信?哪里有微信跳转接口?跳转功能能用多久?

    目前很多实用微信跳转技术的电商朋友,网站文章头部或者文章中部出现了点击关注微信关注的二维码,用户点击进去直接跳转到微信内打开指定的二维码,识别即可关注,方便省事,比以往的一键复制—粘贴微信号,转化效果 ...

  3. AWSS3异步等待上传成功返回结果

    /// <summary> /// 流上传文件 /// </summary> /// <param name="data">流内容</pa ...

  4. nodejs编译遇到的问题

    src\node_contextify.cc:631: Assertion 'args[1]->IsString()' failed. node 10 版本会出现这个问题, 安装natives后 ...

  5. 【转】线段树完全版~by NotOnlySuccess

    线段树完全版  ~by NotOnlySuccess 很早前写的那篇线段树专辑至今一直是本博客阅读点击量最大的一片文章,当时觉得挺自豪的,还去pku打广告,但是现在我自己都不太好意思去看那篇文章了,觉 ...

  6. 什么是URL,URL格式

    什么是URL: 互联网里有很多的网页,大家都需要能够互相访问,就比如在一栋大楼里,有很多的房间,不同房间里的人都想能去任意的其他房间里去,那怎么能够达到这样的想法呢? 很简单,每个房间都挂一个门牌号就 ...

  7. C语言复习4_while循环

    1.while循环 循环三要素: 1).循环变量的初值 2).循环变量的判断 3).循环变量的更新 #include <stdio.h> #include <stdlib.h> ...

  8. 将字符串XX,SS以“,”符号进行区分并分别存储在数组中

    public static void main(String[] args) { String str = "EAN_13,1534651"; String strs[] = st ...

  9. 解决localdb中文智能的问题

    declare @database nvarchar(100) declare tmpCur cursor for select DB_NAME() open tmpCur fetch next fr ...

  10. [Swift]LeetCode86. 分隔链表 | Partition List

    Given a linked list and a value x, partition it such that all nodes less than x come before nodes gr ...