"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的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  6. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  7. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  8. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

  9. Chapter 4 Invitations——19

    After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...

随机推荐

  1. PBRT笔记(11)——光源

    自发光灯光 至今为止,人们发明了很多光源,现在被广泛使用的有: 白炽灯的钨丝很小.电流通过灯丝时,使得灯丝升温,从而使灯丝发出电磁波,其波长的分布取决于灯丝的温度.但大部分能量都被转化为热能而不是光能 ...

  2. Spring Boot MyBatis注解:@MapperScan和@Mapper

    最近参与公司的新项目架构搭建,在使用mybatis的注解时,和同时有了不同意见,同事认为使用@Mapper注解简单明了,而我建议使用@MapperScan,直接将mapper所在的目录扫描进去就行,而 ...

  3. MyBatis3系列__04CRUD以及参数处理

    本文将会简单介绍一下MyBatis的CRUD以及结合源码讲解一下MyBatis对参数的处理. 作为一个ORM框架,最基本的使用也就是CRUD了,MyBatis提供了两种方法:xml配置文件和动态注解. ...

  4. Blocks [POJ3734] [矩阵快速幂]

    题意: 有长度为n的一排格子,每个格子里面可以任意填入1,2,3,4四个数字,问1,2都为偶数个的方案 T组数据,每组数据一个n(<=1e9) 样例输入 2 1 2 样例输出 2 6 分析 设d ...

  5. docker pull 镜像报错

    [root@localhost ~]# docker pull ningx Using default tag: latest Trying to pull repository docker.io/ ...

  6. iOS逆向工程概述(转)

    逆向工程一词,对很多人来说可能很陌生,在android领域,我们经常会听到“反编译某个apk”,那么逆向工程从某种角度讲也包括反编译这项技术,这样一对比,可能我们就更容易理解逆向工程的定义了. 我们引 ...

  7. [GIT] 更新.repo目录

    cd .repo/manifests/ git co -f git pull

  8. LeetCode 26 Remove Duplicates from Sorted Array [Array/std::distance/std::unique] <c++>

    LeetCode 26 Remove Duplicates from Sorted Array [Array/std::distance/std::unique] <c++> 给出排序好的 ...

  9. [LeetCode] Binary Gap 二进制间隙

    Given a positive integer N, find and return the longest distance between two consecutive 1's in the ...

  10. python-简单邮件报警

    在scrapy爬虫项目中经常遇到 爬取数据时报错无法及时处理 导致数据爬取不完整 只能先查看log才能发现报错 首先写一个简单的邮件发送模块 """ @file: ema ...