"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. 爬虫之requests模块

    requests模块 什么是requests模块 requests模块是python中原生的基于网络请求的模块,其主要作用是用来模拟浏览器发起请求.功能强大,用法简洁高效.在爬虫领域中占据着半壁江山的 ...

  2. android 第一次作业

    天气预报界面截图: 源码coding地址:https://coding.net/u/dsy1600802076/p/android/git/tree/master

  3. python 迭代器,生成器

    在 python 中我们常用 for in 来遍历 list, set, dict, str 等. for in 的本质就干了两件事: 调用 __iter__() 获取迭代器; 调用 next() 直 ...

  4. 网页加水印 svg 方式

    /** *网页加水印 svg 方式 * * @export * @param {*} [{ * container = document.body, * content = '请勿外传', * wid ...

  5. jquery项目中一些常用方法

    1.获取url中的参数 function getUrlParam(name) {    var reg = new RegExp("(^|&)" + name + &quo ...

  6. ionic4 开发企业微信应用0

    作为一个后台开发人员,几年前参与过Ionic1开发过一微信公众号的经历,所以这次开发企业微信应用,就使用了ionic,正好ionic4 rc版本发布,虽然不是正式版,作为本项目的项目经理,还是决定使用 ...

  7. 使用kolin开发你的android应用

    转载请注明出处,谢谢! 前段时间花了大概三周时间学习了kotlin,借着kotlin正好发布1.2,使用kotlin撸了一个android demo Github地址:https://github.c ...

  8. 设置mysql InnoDB存储引擎下取消自动提交事务

    mysql 存储引擎中最长用的有两种,MyISAM 存储引擎和InnoDB存储引擎. 1.MyISAM 存储引擎 不支持事务,不支持外键,优势是访问速度快: 2.InnoDB存储引擎 支持事务,一般项 ...

  9. 对matplotlib库的运用

    1.matplotlib库的运用效果图 绘制基本的三角函数                                                                        ...

  10. python os.walk()方法--遍历当前目录的方法

    前记:有个奇妙的想法并想使用代码实现,发现了一个坑,百度了好久也没发现的"填坑"的文章~~~~~~~~~ 那就由我来填 os.walk()支持相对路径 例如 os.walk(&qu ...