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 ...
随机推荐
- 快速排序——JavaScript实现
基本原理: 1.从一个数组中任意挑选一个元素作为中轴元素: 2.将剩下的元素以中轴元素作为比较的标准,将小于等于中轴元素的放到中轴元素的左边,将大于中轴元素的放到中轴元素的右边: 3.以当前中轴元素的 ...
- docker私库Harbor部署(转载)
系统环境 centos7.3docker-ce docker version: 18.03.0docker-compose version: 1.21.0 Install Docker CE 安装依赖 ...
- JS中的instanceof和typeof,以及特殊引用类型
1.instanceof是用于测试对象类型,通常格式为:a instanceof b,返回true或falise,表示为对象a是否是类型b的实例. typeof则是用于测试基本类型,包括undefin ...
- windows环境下wamp安装redis拓展
环境: wamp集成环境 安装分为两部 1.安装redis客户端 https://github.com/ServiceStack/redis-windows/raw/master/download ...
- Java面试题之Redis
1.redis数据结构有哪些? string,list,hash,set,zset 2.redis为什么是单线程的? redis是基于内存的操作,cpu不是redis的瓶颈,内存大小或网络带宽才是: ...
- apache学习笔记
httpd -k restart -n apache24 [注意在wamp下名字叫wampapache] http://blog.sina.com.cn/s/blog_692a024c0102vuq ...
- java模板设计模式
1.概述 模板设计模式定义:定义一个操作中的算法骨架,将步骤延迟到子类中. 模板设计模式是一种行为设计模式,一般是准备一个抽象类,将部分逻辑以具体方法或者具体的构造函数实现,然后声明一些抽象方法,这样 ...
- springmvc 整合Controller出现实例化两次问题
启动项目的时候,发现初始化控制层的时候,初始化(使用构造方法打印日志的方式)了两次的情况. 后来检查配置: <context:component-scan base-package=" ...
- 文本超过控件长度自动显示省略号的css
overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
- 【repost】让你一句话理解闭包(简单易懂)
接触javascript很久了,每次理解闭包都似是而非,最近在找Web前端的工作,所以需要把基础夯实一下. 本文是参照了joy_lee的博客 闭包 在她这篇博客的基础上以批注的形式力争把我的理解阐述出 ...