Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?"
"所以你想要把我气死?因为Tyler的卡车没有做到对不?"
Anger flashed in his tawny eyes. His lips pressed into a hard line, all signs of humor gone.
愤怒从他黄褐色的眼中闪过。他的嘴唇压成一条线,所有幽默的语气荡然无存。
"Bella, you are utterly absurd," he said, his low voice cold.
“Bella, 你真的是荒唐至极,”他说道,他冰冷的声音很轻。
My palms tingled — I wanted so badly to hit something.
我的手掌有种冲动————我多么想要打什么东西。
I was surprised at myself. I was usually a nonviolent person.
我自己也很奇怪。我平常是一个不暴力的人。
I turned my back and started to walk away.
我背过去准备离开。
"Wait," he called. I kept walking, sloshing angrily through the rain. But he was next to me, easily keeping pace.
“等一下,”他叫到。我正走着,愤怒的踢溅起了不少雨水。但是他还是在我旁边,轻松的走着。
"I'm sorry, that was rude," he said as we walked. I ignored him.
“我很抱歉,刚才的鲁莽,”他边走边说。我无视了他。
"I'm not saying it isn't true," he continued, "but it was rude to say it, anyway."
“我没有说这不是真的,”他继续补充道,“但是无论怎么说都有点鲁莽”
"Why won't you leave me alone?" I grumbled.
“为什么你不让我一个人待着呢?”我抱怨道。
Chapter 4 Invitations——25的更多相关文章
- 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——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. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- UOJ.311.[UNR#2]积劳成疾(DP)
UOJ 序列中的每个位置是等价的.直接令\(f[i][j]\)表示,\(i\)个数的序列,最大值不超过\(j\)的所有序列每个长为\(k\)的子区间最大值的乘积的和. 由\(j-1\)转移到\(j\) ...
- JS获取键盘事件
<script type="text/javascript" language=JavaScript charset="UTF-8"> docume ...
- 各个模块的刷新js
// 更新页面中的subgrid function refreshSubGrid(subgridName) { Xrm.Page.ui.controls.get(subgridName).refres ...
- 929. Unique Email Addresses
929. Unique Email Addresses Easy 22766FavoriteShare Every email consists of a local name and a domai ...
- [译文]Domain Driven Design Reference(七)—— 大型战略设计结构
本书是Eric Evans对他自己写的<领域驱动设计-软件核心复杂性应对之道>的一本字典式的参考书,可用于快速查找<领域驱动设计>中的诸多概念及其简明解释. 上周末电脑硬盘文件 ...
- Batch入门教程丨第一章:部署与Hello World!(下)
在上期分享的内容中,我们已经掌握了基础理论知识,今天我们将继续了解和学习与Windows Batch有关的知识和编程方法,如何编写和运行Windows Batch程序,脚本语言的入门方式等,从而能够更 ...
- linux 完全关闭tomcat
由于直接调用tomcat的 shutdown.sh 有时无法完全关闭掉tomcat,使用 ps -ef | grep tomcat 查找发现tomcat依然还存在,并未完全关掉.在 catalina. ...
- Eclipse显示行号
Windows->preference->General->Editors->Text Editors->Show line numbers
- [Swift]LeetCode32. 最长有效括号 | Longest Valid Parentheses
Given a string containing just the characters '(' and ')', find the length of the longest valid (wel ...
- [Swift]LeetCode148. 排序链表 | Sort List
Sort a linked list in O(n log n) time using constant space complexity. Example 1: Input: 4->2-> ...