Chapter 4 Invitations——21
"Dad?" I asked when he was almost done.
“爸?”我当他快吃完的时候问道。
"Yeah, Bella?"
“怎么了,Bella”
"Um, I just wanted to let you know that I'm going to Seattle for the day a week from Saturday… if that's okay?"
“嗯,我就是想告诉你,这周六我要去西雅图….可以吗?”
I didn't want to ask permission — it set a bad precedent — but I felt rude, so I tacked it on at the end.
我其实不想问是不是允许我去——这会是一个不好的前兆——但是我感觉有点鲁莽,所以我最后尝试问了一下。
"Why?" He sounded surprised, as if he were unable to imagine something that Forks couldn't offer.
“为什么?”他听上去有点惊讶,就好像他不能相信有东西是Forks不能给的。
"Well, I wanted to get few books — the library here is pretty limited — and maybe look at some clothes."
“嗯,我想去买一些书——这里的图书馆太有限了——并且可能看看一些衣服。”
I had more money than I was used to having, since, thanks to Charlie, I hadn't had to pay for a car.
毕竟,我有的钱多的有点让我不习惯了,多亏了Charlie,我不用付买车的钱。
Not that the truck didn't cost me quite a bit in the gas department.
不过并不是说这辆卡车没有让我在油费上面少花钱
"That truck probably doesn't get very good gas mileage," he said, echoing my thoughts.
“那辆车可能没有足够的汽油跑那么远”他说,回应了我的想法。
"I know, I'll stop in Montesano and Olympia — and Tacoma if I have to."
“我知道,我会在Montesano和Olympia停一下加油——如果必须要的话还有Tacoma”
Chapter 4 Invitations——21的更多相关文章
- 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——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 ...
随机推荐
- [OC] 各型号iPhone的屏幕分辨率与开发使用的数值
- IDEA快捷键积累
对于用习惯了eclipse快捷键或刚转用idea的用户,可以把idea的大部分快捷键设置成eclipse风格的. 设置方式:左上角 file--->setings--->keymap,如下 ...
- vue font-icon 图标
1.vue 游览器左上角小图标 把.ico文件放在根目录下的static文件夹下,然后link标签引入 <link rel="shortcut icon" href=&quo ...
- 解析jsonObject,赋给指定的对象
从JSONObject中解析数据,并赋给给定的对象 public static Object parseBean(JSONObject jsonObject, Object obj) { if ( ...
- c#基础小练习
1.通过控制台接受输入的数字,将数字放到一维数组中,进行反转数据处理,然后将反转的数据打印到控制台应用程序里 方法一 步骤: 1.添加接收控制台输入的数据变量 2.将接收的字符串转换成一维数组 3.新 ...
- SQL笛卡尔积查询与关联查询性能对比
首先声明一下,sql会用略懂,不是专家,以下内容均为工作经验,聊以抒情. 今天帮忙验证同事发布的端口时,查看了一下相关sql内容,发现其使用的sql语句会导致笛卡尔积现象,为了帮其讲解进行了如下分析: ...
- Python函数式编程之lambda表达式
一:匿名函数的定义 lambda parameter_list: expression 二:三元表达式 条件为真时返回的结果 if 条件判断 else 条件为假的时候返回的结果 三:map map(f ...
- Netty的核心组件
Netty的主要组成模块: Channels Callbacks Futures Events 和 handlers 这些模块代表了不同类型的概念:资源,逻辑和通知.你的应用将会利用这些模块来获取网络 ...
- [Swift]LeetCode272. 最近的二分搜索树的值 II $ Closest Binary Search Tree Value II
Given a non-empty binary search tree and a target value, find k values in the BST that are closest t ...
- [Swift]LeetCode327. 区间和的个数 | Count of Range Sum
Given an integer array nums, return the number of range sums that lie in [lower, upper] inclusive.Ra ...