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的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  3. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  4. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  5. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

随机推荐

  1. 使用VBA宏批量修改表格

    一.批量修改表格,实现所有表格的宽度根据窗口自动调整. Sub test() ' ' test 宏 ' ' Dim i As Table, N As Integer On Error Resume N ...

  2. Matlab绘图添加直角坐标轴

    绘制y=x^2,并添加直角坐标轴. clear;clc;close all %% 绘制方程 x = -10:0.01:10; figure; y = x.^2-30; plot(x,y,'k','li ...

  3. linux下禁用SELinux

    http://chenzhou123520.iteye.com/blog/1313582 如何开启或关闭SELinux RedHat的 /etc/sysconfig/selinux 在新版本中的Red ...

  4. Hbase_shell操作

    创建表 create 'user_action_table', 'action_log', 'action'-- 执行结果=> Hbase::Table - m_table 描述表信息 desc ...

  5. 2.Handler处理器 和 自定义Opener

    Handler处理器 和 自定义Opener opener是 urllib2.OpenerDirector 的实例,我们之前一直都在使用的urlopen,它是一个特殊的opener(也就是模块帮我们构 ...

  6. python 操作mysql数据库之模拟购物系统登录及购物

    python 操作mysql数据库之模拟购物系统登录及购物,功能包含普通用户.管理员登录,查看商品.购买商品.添加商品,用户充值等. mysql 数据库shop 表结构创建如下: create TAB ...

  7. 三、winForm-DataGridView操作——DataGridView 操作复选框checkbox

    一.添加复选框 ArrayList arr = new ArrayList(); public string checkboxName = "选择"; void StandLibW ...

  8. WPF学习笔记(2):准确定位弹出窗

    效果图:使弹出的列表框紧随在单元格的下边缘. 第一次,尝试在XAML中设置Popup的定位方式:Placement="Mouse".基本能够定位,但当在输入前移动鼠标,列表框就会随 ...

  9. C#开发邮件收发(同步)

    发邮件界面: 收邮件界面: 先分析邮件发送类 邮件发送类使用smtp协议,这里以QQ邮箱为例 using System; using System.Collections.Generic; using ...

  10. 关于GROUP BY和聚合函数

    可以这样去理解group by和聚合函数 转自 http://www.cnblogs.com/wiseblog/articles/4475936.html 写在前面的话:用了好久group by,今天 ...