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. 我也会让他一个人的. ...
随机推荐
- Mysql更新关联子查询报错
报错内容:sql 1093 - You can't specify target table 'u' for update in FROM clause 错误原因: if you're doing ...
- Response输出excel设置文本样式
在网上查了些Response导出excel然后设置样式的方法,发现没有一个可行的于是开始自己研究, 发现可以通过输出样式的方式进行配置,我要设置的是全文本格式在excel样式是这样的mso-numbe ...
- github错误:fatal: remote origin already exists.
原文链接:http://blog.csdn.net/dengjianqiang2011/article/details/9260435 如果输入$ Git remote add origin git@ ...
- XGBoost原理和公式推导
本篇文章主要介绍下Xgboost算法的原理和公式推导.关于XGB的一些应用场景在此就不赘述了,感兴趣的同学可以自行google.下面开始: 1.模型构建 构建最优模型的方法一般是最小化训练数据的损失 ...
- Java 将容器List里面的内容保存到数组
import java.util.List; import java.util.ArrayList; public class listToArr { public static void main( ...
- django介绍及路由系统
第一:Python的web框架介绍 Python的WEB框架有Django.Tornado.Flask 等多种,Django相较与其他WEB框架其优势为:大而全,框架本身集成了ORM.模型绑定.模板引 ...
- 样式布局与 BFC
一.几类视图 内联视图:inline 单行 块级视图:block 换行,有高度 行内块级视图:inline-block 单行,有高度 二.几类布局 块级布局 换行,通过设置 margin 水平居中 & ...
- 课堂作业Complex类的实现
#include <iostream> #include <cmath> using namespace std; class Complex{ public: Complex ...
- Filter(过滤器)
一.Filter简介 Filter也称之为过滤器,它是Servlet技术中最激动人心的技术,WEB开发人员通过Filter技术,对web服务器管理的所有web资源:例如Jsp, Servlet, 静态 ...
- 文件上传控件bootstrap-fileinput的使用
1.插件下载地址:https://github.com/kartik-v/bootstrap-fileinput 2.插件的引用 需要引用jquery 需要结合bootstrap使用,即页面需要引入b ...