Chapter 5 Blood Type——11
"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的更多相关文章
- 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——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——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- 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 ...
随机推荐
- [数据结构] 树状数组 的C程序实现
];//树状数组,用于取区间[x,y]的数据的和 /* & 特殊运算,t&(-t)的值(十进制),就是t在2进制下,从右往左数第一个1出现的位置. 结合树状数组的特殊性质,这个值有用 ...
- input里面的submit鼠标按钮属性cursor
属性cursor 属性值: pointer 小手 move 移动 help 帮助 wait 等待
- corel
corel CorelDRAW X6 Corel CorelCAD 2017 32位/64位破解版
- NOI2017总结
时光剥离你我像一袭华美衣衫 却要被追悔爬满 退役之战,去得匆匆,看得蒙蒙. 第三次全国赛,曾经的APIO初二选手也走到了时间的尽头. 第一次走向全国舞台的激动与忐忑,第一次在大赛中失利的沮丧与绝望,第 ...
- 使用ftp读取文件夹中的多个文件,并删除
public class FTPUtils { private static final Logger LOG = LoggerFactory.getLogger(FTPUtils.class); / ...
- ionic3+angular4开发混合app 之自定义组件
这里主要是记录ionic3+angular4开发混合app时自定义组件,我想自定义组件的方法和angular4应该类似,具体在纯angular4中自定义组件,暂时没有实践,个人觉得差别不大,之后实践了 ...
- python从入门到实践-8章函数
#!/user/bin/env python# -*- coding:utf-8 -*- # 给形参指定默认值时,等号两边不要有空格 def function_name("parameter ...
- 关于实体类getset方法首字母小写问题
实体类:private Date cDateTime;private String cNickname; public Date getcDateTime() { return cDateTime;} ...
- Spring框架中<constructor-arg>与<property>理解
配置文件的根元素是beans,每个组件使用bean元素来定义,bean元素可以有许多属性,其中有两个是必须的:id和class.id表示组件的默认名称,class表示组件的类型. 依赖注入的方式: ...
- 高级Java面试总结1
一.三大框架方面问题 1.Spring 事务的隔离性,并说说每个隔离性的区别 解答:Spring事务详解 2.Spring事务的传播行为,并说说每个传播行为的区别 解答:Spring事务详解 3. ...