Chapter 4 Invitations——9
I didn't want to get into the safety hazards that dancing presented, so I quickly made new plans.
我不想陷入跳舞表演的安全危机,所以我很快的做了一个新的计划。
"I'm going to Seattle that Saturday," I explained. I needed to get out of town anyway — it was suddenly the perfect time to go.
“我这周六会去西雅图,”我解释道。我必须出城——这是一个出去的完美的时间。
"Can't you go some other weekend?"
“别的周末就不行吗?”
"Sorry, no," I said. "So you shouldn't make Jess wait any longer — it's rude."
“抱歉,不行,”我说道。“所以你不应该让Jess再等了——这不礼貌”
"Yeah, you're right," he mumbled, and turned, dejected, to walk back to his seat.
“对,你说的对,”他含糊的说道,然后转头,沮丧的回到了他自己的位置上。
I closed my eyes and pressed my fingers to my temples, trying to push the guilt and sympathy out of my head. Mr. Banner began talking.
我闭上了眼睛并且把我的手指按在了太阳穴上,尝试让我的内疚和同情离开我的脑子。Banner老师开始讲课了。
I sighed and opened my eyes.
我叹着气并且睁开了眼睛。
And Edward was staring at me curiously, that same, familiar edge of frustration even more distinct now in his black eyes.
Edward开始好奇的盯着我,同样的,现在在他黑色的眼睛肿熟悉和沮丧更加明显。
I stared back, surprised, expecting him to look quickly away.
我回头看着,惊讶的,预料到他会很快看向别处。
But instead he continued to gaze with probing intensity into my eyes.
但是取而代之的是他用强烈的探索欲继续凝视我的眼睛。
There was no question of me looking away.
毫无疑问的是我开箱了别处。
My hands started to shake.
我的手开始颤抖。
Chapter 4 Invitations——9的更多相关文章
- 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. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- JavaWeb(一)-Servlet知识
一.Servlet简介 Servlet是sun公司提供一门用于开发动态web资源的技术. sun公司在其API中提供了一个servlet接口,用户若想开发一个动态web资源(即开发一个java程序向浏 ...
- 洛谷P1386座位安排
座位安排 今天,在机房里做了这道题目,我来整理一下思路. 首先读懂题意,这n个人是不需要按1到n来一次安排的,也就是说你可以先安排任意一个人. 那么有一种很好排除的情况,那就是对于大于等于i的作为的需 ...
- 20175316 盛茂淞 Arrays和String单元测试
Arrays和String单元测试 具体描述: 在IDEA中以TDD的方式对String类和Arrays类进行学习 测试相关方法的正常,错误和边界情况 String类 charAt split Arr ...
- dedecms mvc 开发
目录结构说明: |_app |___control 控制器(C) |___model 模型(M) |___templates 视图模板(V) |_ ...
- C++: find()函数的注意事项
头文件: <algorithm> iterator find(iterator it1, iterator it2, &T);
- 【repost】让你一句话理解闭包(简单易懂)
接触javascript很久了,每次理解闭包都似是而非,最近在找Web前端的工作,所以需要把基础夯实一下. 本文是参照了joy_lee的博客 闭包 在她这篇博客的基础上以批注的形式力争把我的理解阐述出 ...
- 我的C#跨平台之旅(四):使用AOP(filter、attribute)进行系统增强
1.使用OData提速REST API开发 引入NuGet包:Microsoft.AspNet.WebApi.OData 在启动类中添加如下配置(示例为全局配置,也可基于Controller或Acti ...
- HDU1263水果
//#include<bits/stdc++.h> #include<map> #include<cstdio> #include<string> #i ...
- docker 2(local registry)
1.获取仓库镜像 ,sudo docker pull registry 2.sudo vim /etc/init/docker.conf 增加--insecure-registry IP:5000 3 ...
- 通过URL触发Jenkins构建
用Jenkins做持续集成时,一般会使用webhooks触发构建,或者定时构建,这里记录用URL的方式触发Jenkins构建. Note: This assumes you're using Jenk ...