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. 我也会让他一个人的. ...
随机推荐
- 原生JS制作简易Tabs组件
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- centos7搭建zabbix3.0监控系统
关闭防火墙和selinux systemctl stop firewalld.service (停止防火墙) systemctl disable firewalld.se ...
- [转]C# 使用Conditional特性而不是#if条件编译
转自: http://www.cnblogs.com/xibei666/p/5495561.html 概述 #if/#endif 语句常用来基于同一份源码生成不同的编译结果,其中最常见的就是debug ...
- Egret的容器--删除对象,遮罩
class P91F extends egret.Sprite { public constructor() { super(); this.addEventListener(egret.Event. ...
- TS+React+Redux 使用之搭建环境
使用 create-react-app 构建 1.全局安装create-react-app npm install -g create-react-app 2.创建一个项目 create-react- ...
- 判断DataTale中判断某个字段中包含某个数据
// <summary> /// 判断DataTale中判断某个字段中包含某个数据 /// </summary> /// <param name="dt&quo ...
- [Educational Round 17][Codeforces 762F. Tree nesting]
题目连接:678F - Lena and Queries 题目大意:给出两个树\(S,T\),问\(S\)中有多少连通子图与\(T\)同构.\(|S|\leq 1000,|T|\leq 12\) 题解 ...
- PHP环境在7以上的项目报错A non-numeric value encountered
报错如下图: 解决办法: 在相对应的报错控制器层加入一行代码,需加载控制器上方,代码如下: ini_set("error_reporting","E_ALL & ...
- Javascript——浅谈 Event Flow
1.Javascript Events : Event Bubbling(事件冒泡) 如果事件从最特定的元素开始,则事件流中的一个阶段称为事件冒泡(DOM中可能最深的节点)然后向上流向最不特定的节点( ...
- MP3、MP4的文件选择及播放
项目主页网址如下: https://github.com/Judylalala/en ####技术问题1:如何播放音频(MP3).视频(MP4)? ####解决过程1:我首先想到了XMAL插件中的Me ...