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 ...
随机推荐
- aizhan爱站关键字采集
功能:支持批量网站查询,支持登录后查询,支持批量导出txt http://blog.ddian.cn/content/uploadfile/201402/dc5c501411f758849b09c09 ...
- Vue.js的安装及简单使用
一.Vue简介 二.Vue.js的安装 2.1.npm安装 2.1.1.node.js介绍及安装 简介: 简单的说 Node.js 就是运行在服务端的 JavaScript. Node.js 是一个基 ...
- 原生JS制作简易Tabs组件
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 全民https时代,Let's Encrypt免费SSL证书的申请及使用(Tomcat版)
近几年,在浏览器厂商的强力推动下,HTTPS的使用率大增.据统计,Firefox加载的网页中启用HTTPS的占比为67%,谷歌搜索结果中HTTPS站点占比已达50%,HTTPS网站已获得浏览器和搜索引 ...
- 解决iPhone Safari 兼容性CSS背景显示不全问题
https://jingyan.baidu.com/article/ca2d939d014ccbeb6c31ceb7.html 看到了这个文章解决的.中心部分小于980的时候回出现.苹果手机中的saf ...
- 初学angular项目中遇到的一些问题
1.当angular渲染完成后操作DOM树方法 //当数据渲染完毕 ngApp.directive('repeatFinish', function () { return { ...
- VS2017中的nuget还原失败或超时的解决方案
把nuget源地址修改为
- html笔记第一天
快速生成标签有序ol>li*3无序ul>(li>a{新闻标题})*3定义列表 dl>(dt+dd)*3制作表格table>(tr>td*5)*6pading:3个数 ...
- javascript基础(Array)
1,join() Array.join(),不改变原数组,将数组中所有元素转换为字符串并连接在一起,返回最后生成的字符串 let a=[1,2,3]; a.join(); // =>" ...
- Winsock编程基础1
1.加载和释放Winsoke库 //所有Winsock函数都是从WS2_32.DLL导出,包含相应库文件#include <winsock2.h>#pragma comment(lib, ...