"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 ...
随机推荐
-
python pip install mysql-connector-python
sudo pip install mysql-connector-python 报错信息:Collecting mysql-connector-python Could not find a vers ...
-
mysql修改引擎
1 查看系统支持的存储引擎 show engines; 2 查看表使用的存储引擎 两种方法: a.show table status from db_name where name='table_na ...
-
JavaScript模块化开发实例
最近接触了一些JavaScript开发的例子,在这里与大家一起分享一下: 例子:当我们一个团队在写Js文件的时候,你一个人写的JS代码自己可以看懂也可以维护,但是别人想对你的JS进行扩展的话,如果都在 ...
-
BZOJ 1263 整数划分
Description 从文件中读入一个正整数\(n\).要求将\(n\)写成若干个正整数之和,并且使这些正整数的乘积最大. 例如,\(n=13\),则当\(n\)表示为\(4+3+3+3\)(或\( ...
-
NodeJS下载文件实例
var http = require('http');var express = require('express');var fs=require("fs"); var app ...
-
int类型和byte类型的强制类型转换
今天在读<Java网络编程>这本书的第二章 流 时,看到书中有一个地方关于int强制转换为byte类型时应注意的地方.这个地方有点细节,不过就应该把这种细节把握住. 情况是这样的,讲到In ...
-
[SQL]LeetCode197. 上升的温度 | Rising Temperature
SQL架构 Create table If Not Exists Weather (Id int, RecordDate date, Temperature int) Truncate table W ...
-
机智的造假->;sql给Echart提供数据
数据要求:要求数据随着上班时间的延长要递增,要看起来像真数据 declare @key int; declare cur_rate cursor for select keyID from #t1; ...
-
abstract、final和native几大注意点
变量不能被defalut修饰 native修饰方法,native修饰的方法简单来说就是:一个Java方法调用了一个非Java代码的接口.定义navtive方法时,并不提供实现体,因为其实现体是用非Ja ...
-
使用kubeadm 安装 kubernetes 1.12.0
目录 简介: 架构说明: 系统配置: 1.1 关闭防火墙 1.2 禁用SELinux 1.3 关闭系统Swap 1.4 安装docker 使用kubeadm部署Kubernetes: 2.1 安装ku ...