Chapter 3 Phenomenon——23
Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit.
Charlie把一直手臂放到我背后,完全没有碰到我,领导我走向出口的玻璃门。
I waved sheepishly at my friends, hoping to convey that they didn't need to worry anymore.
我羞怯的对我的朋友挥挥手,希望传达的是让他们不要再担心我。
It was a huge relief— the first time I'd ever felt that way — to get into the cruiser.
这次是我至今为止以这种方式第一次感受到有那么大的信念希望坐进警车里面
能坐进警车里实在是件让人感到莫大的宽慰的事,我头一次这样觉得。
We drove in silence.
我们安静的家坐这车。
一路上,我们都沉默着。
I was so wrapped up in my thoughts that I barely knew Charlie was there.
我全神贯注于我的思考,我只是知道Charlie在那里。
我深深地沉浸在自己的思绪中,以至于只能勉强注意到查理还在那里。
I was positive that Edward's defensive behavior in the hall was a confirmation of the bizarre things I still could hardly believe I'd witnessed.
我还是很乐观的,对于Edward在走廊的防御表现来说,这更加确定了我确实见证了我仍然自己都难以相信的事情。
我敢肯定,爱德华在走廊里的那些自我保护的举动只能证明我看到的那些异乎寻常的事情都是真实存在的,尽管我自己都很难相信它们的真实性。
When we got to the house, Charlie finally spoke.
当我们到家的时候,Charlie最后说着。
"Um… you'll need to call Renée." He hung his head, guilty.
“额…你可能需要打电话给Renée。”他低着他的头,内疚的说道。
I was appalled. "You told Mom!""Sorry."
我惊吓到了。“你告诉了妈妈?”“对不起。”
I slammed the cruiser's door a little harder than necessary on my way out.
我用比我出去更用力的力气观赏了警车的门。
我走下车,“砰”的一声关上巡逻车的门,力道大得有些不必要。
Chapter 3 Phenomenon——23的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 3 Phenomenon——24
My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...
- Chapter 3 Phenomenon——22
He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...
- Chapter 3 Phenomenon——21
"Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...
- Chapter 3 Phenomenon——20
"All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...
- Chapter 3 Phenomenon——19
His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...
- Chapter 3 Phenomenon——18
My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...
- Chapter 3 Phenomenon——17
Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...
随机推荐
- 2018-03-10 VCard备份恢复联系人
主要在VCardComposer类中备份联系人的逻辑 导出流程: http://blog.csdn.net/michael_yt/article/details/78270537 导入流程: http ...
- spring之jdbcTemplate
spring的另一个功能模块data access对于数据库的支持 spring data access第一个helloword案例: 使用java程序实现访问配置 1.导包 2.测试案例 @Test ...
- SSM_CRUD新手练习(5)测试mapper
上一篇我们使用逆向工程生成了所需要的bean.dao和对应的mapper.xml文件,并且修改好了我们需要的数据库查询方法. 现在我们来测试一下DAO层,在test包下新建一个MapperTest.j ...
- 【python-crypto】导入crypto包失败的情况,怎么处理
[python-crypto]导入crypto包失败的情况,怎么处理 是因为你自己安装的python的版本太高,所以自己降版本吧,捣鼓了一下午 pip install crypto pip insta ...
- HDU2159_二维完全背包问题
HDU2159_二维完全背包问题 输入有:经验,忍耐度,怪物种数,限制杀怪数 每一种怪物对应获得的经验值和消耗的耐久值 输出:剩下的最大忍耐度 限制:忍耐度,杀怪个数 在这里把忍耐度看成背包的容量,杀 ...
- [mysqli_escape]mysql转义两次
// mysqli_real_escape_string // 第一次转义的结果 SELECT * FROM example WHERE f_email='example@exampl.com' an ...
- Android-Java-面向对象与面向过程举例
例子一: 面向过程 在生活中的体现: 李四去饭店吃饭,进入风华高档餐饮店后,首先不理服务员,然后冲进厨房,推开厨师,自己开煤气,自己切菜,自己炒菜,自己调料,炒好后自己端出来,然后吃,吃完后 买单 面 ...
- Android-Java控制多线程执行顺序
功能需求: Thread-0线程:打印 1 2 3 4 5 6 Thread-1线程:打印1 1 2 3 4 5 6 先看一个为实现(功能需求的案例) package android.java; // ...
- 使用PerfView监测.NET程序性能(二):Perfview的使用
在上一篇博客中,我们了解了对Windows及应用程序进行性能分析的基础:Event Trace for Windows (ETW).现在来看看基于ETW的性能分析工具——Perfview.exe Pe ...
- petapoco 新手上路
PetaPoco是一个轻量级ORM框架 用法可参考http://www.toptensoftware.com/petapoco/ https://github.com/CollaboratingPl ...