Chapter 4 Invitations——12
"I don't know what you mean," I said, my voice guarded.
“我不知道你什么意思”我声音谨慎地说道。
"It's better if we're not friends," he explained. "Trust me."
“如果我们不是朋友更好”他解释道“相信我”
My eyes narrowed. I'd heard that before.
我眯了眯我的眼睛。我曾经听到过这样的话。
"It's too bad you didn't figure that out earlier," I hissed through my teeth. "You could have saved yourself all this regret."
“你没有早点发现这件事真的悲哀”我从牙齿中挤出这几句。“你本来可以把自己从这种后悔中拯救出来的。”
"Regret?" The word, and my tone, obviously caught him off guard. "Regret for what?"
“后悔?”这个字眼,还有我的语气,显然让他失去了警惕心。“后悔什么?”
"For not just letting that stupid van squish me."
“没有让那傻瓜的卡车压扁我”
He was astonished. He stared at me in disbelief.
他很惊讶。难以置信的盯着我。
When he finally spoke, he almost sounded mad. "You think I regret saving your life?"
最后他几乎愤怒的说道“你认为我救了你的命我会遗憾?”
"I know you do," I snapped.
“我认为你会的”我嚷嚷道。
"You don't know anything." He was definitely mad.
“你什么都不知道”他已经完全生气了。
I turned my head sharply away from him, clenching my jaw against all the wild accusations I wanted to hurl at him.
我马上把我的头转开,磨着我的牙齿让野蛮的感觉不让我辱骂他。
I gathered my books together, then stood and walked to the door.
我把书叠到一起,然后站起来走出了门。
I meant to sweep dramatically out of the room, but of course I caught the toe of my boot on the door jamb and dropped my books.
我想要快速的走出门去,但是我的鞋子撞到了门框然后书掉了。
I stood there for a moment, thinking about leaving them.
我在那站了一会,考虑要不要不管它了。
Then I sighed and bent to pick them up. He was there; he'd already stacked them into a pile.
叹了口气还是弯腰捡了起来。他在那里已经把书堆成了一堆。
He handed them to me, his face hard.
他把书递给我,脸上还是冷冰冰的。
Chapter 4 Invitations——12的更多相关文章
- 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——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- 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. 我也会让他一个人的. ...
随机推荐
- Fiddler和app抓包
1:请在“运行”,即下面这个地方输入certmgr.msc并回车,打开证书管理. 打开后,请点击操作--查找证书,如下所示: 然后输入“fiddler”查找所有相关证书,如下所示: 可以看到,我们找到 ...
- 爬虫之urllib库
一.urllib库简介 简介 Urllib是Python内置的HTTP请求库.其主要作用就是可以通过代码模拟浏览器发送请求.它包含四个模块: urllib.request :请求模块 urllib.e ...
- 图论之Dijkstra算法
Dijkstra算法是图论中经典的最短路径算法之一,主要用于解决单源最短路径问题. 单源最短路径问题,即求某个源节点到其他各个节点的最短路径. Dijkstra算法采用了贪心算法的思想,如图求1号节点 ...
- 蛤?你要用html做游戏?(笔记版)
标签(空格分隔):canvas html game 本书是看<html5 Canvas游戏开发实战>(2013)笔记 博主小白,啥也不懂类型,这只是一个笔记,需要的话可以看原书. 书张这样 ...
- Vue 入门. 如何在HTML代码里面快速使用Vue
概述 browserify是一个 CommonJS风格的模块管理和打包工具,上一篇我们简单地介绍了Vue.js官方基于browserify构筑的一套开发模板.webpack提供了和browserify ...
- prometheus — nginx-vts-exporter
参考文档: https://blog.51cto.com/xujpxm/2080146 注: 本文留用自己参考,建议看以上参考文档,更为细致 prometheus 监控 nginx 使用 nginx- ...
- Python-常用字符串操作
name = 'shanbaoliang.exe' print(name.capitalize()) #将字符串首字母大写 print(name.center(50,'-')) #把字符串居中,并用特 ...
- Mesos源码分析(15): Test Executor的运行
Test Executor的代码在src/examples/test_executor.cpp中 int main(int argc, char** argv) { TestExecutor ...
- DCOS实践分享(6):基于DCOS的大数据应用分享
Open DC/OS大中华区官方发布会在京隆重召开 DCOS领域诞生了一个100%开源的企业级Datacenter Operating System版本,即DC/OS.Linker Network ...
- docker 及 docker-compose 的快速安装和简单使用
本篇将使用 DaoCloud 源在 Ubuntu 上简单快速安装 docker 及 docker-compose 并添加了通过 Dockerfile 及 docker-compose.yml 使用 n ...