Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation.
“你是怎么做到的?”我惊讶的问道。
"Do what?" He held my key out as he spoke. As I reached for it, he dropped it into my palm.
“做什么?”他拿着我的钥匙说道。当我准备拿的时候,他把它扔到了我的手掌里。
"Appear out of thin air."
“从空气中出现。”
"Bella, it's not my fault if you are exceptionally unobservant." His voice was quiet as usual — velvet, muted.
“Bella,如果你只是意外的没注意到这不是错。” 他的声音像平常一样轻,天鹅绒般的,缓和的。
I scowled at his perfect face. His eyes were light again today, a deep, golden honey color.
我怒视着他完美的脸。他的眼睛今天又明亮了,一种深邃、金蜜般的颜色。
Then I had to look down, to reassemble my now-tangled thoughts.
让我不得不低头,重新组织我纠结的想法。
"Why the traffic jam last night?" I demanded, still looking away.
“昨晚的交通堵塞是什么回事?”我严肃地说道,任然看向别处。
"I thought you were supposed to be pretending I don't exist, not irritating me to death."
“我想你应该是假装我不在,而不应该是想把我气死。”
"That was for Tyler's sake, not mine. I had to give him his chance." He snickered.
“那是Tyler的主意,不是我的。我不得不给他属于他的机会。”他窃笑道。
"You…" I gasped. I couldn't think of a bad enough word.
“你。。。”我喘着气。不想不到足够坏的词来形容他。
It felt like the heat of my anger should physically burn him, but he only seemed more amused.
这就像我的怒火应该热到烫伤他,但是他反而看起被逗乐了。
"And I'm not pretending you don't exist," he continued.
“我也不是假装你不存在的,”他继续补充道。
Chapter 4 Invitations——24的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- 8080端口被System占用
System是Windows页面内存管理进程,拥有0级优先权,没有它系统无法启动 就是说,System进程是无法关闭的,所以不要尝试去强行关闭,可能引起电脑异常查看是否是IIS占用的, 进入电脑控制面 ...
- [数据结构] 用C语言模拟一个简单的队列程序
#include<stdio.h> #include <stdlib.h> #include<string.h> #include<math.h> // ...
- JS精度问题(0.1+0.2 = 0.3吗?)
一.引出问题 0.1+0.2 = 0.3吗?在JS中是这样的吗?我们写个测试代码不就知道了吗? 结果出人意料,并不像我们所想象的那样.那么这到底是为什么呢? 二.原因分析 JS浮点数存储机制: 三.解 ...
- Spark环境搭建(七)-----------spark的Local和standalone模式启动
spark的启动方式有两种,一种单机模式(Local),另一种是多机器的集群模式(Standalone) Standalone 搭建: 准备:hadoop001,hadoop002两台安装spark的 ...
- git cannot lock ref
参考博客:https://blog.csdn.net/lindexi_gd/article/details/79213042 错误原文: cannot lock ref ‘refs/remotes/o ...
- 第k个素因子只有3 5 7 的数
题目描述 有一些数的素因子只有3.5.7,请设计一个算法,找出其中的第k个数. 给定一个数int k,请返回第k个数.保证k小于等于100. 测试样例: 3 返回:7 int findKth(int ...
- Linux服务器限制ssh登录,查看登录日志
网络上的服务器很容易受到攻击,最惨的就是被人登录并拿到root权限.有几个简单的防御措施: 1. 修改ssh服务的默认端口 ssh服务的默认端口是22,一般的恶意用户也往往扫描或尝试连接22端口.所以 ...
- nginx 静态目录配置规则
1.子目录匹配 如下配置 location / { root /data/www; } 访问http://127.0.0.1/时,配匹配/data/www 访问http://127.0.0.1/ima ...
- (转)protein 数据库
最早关注蛋白质互作网络,是在来GDMC第一年的时候,中间停了半年看互作-各种算法,网络分析停滞不前,没想到搞到最后,还是和网络碰到了一起,我总是会潜意识走近给自己第一印象不错的object,包括人.用 ...
- Centos服务器上NFS灾备环境及KVM的搭建及使用
1.概述 由于在单台服务器上搭建灾备环境需要KVM和NFS的支持,下面先列出KVM的搭建流程,再列出使用NFS实现单台服务器灾备的流程. A.搭建KVM环境 1>.主机环境准备 Linux Sy ...