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, ...
随机推荐
- 为在python中使用dotnet程序安装clr
直接在命令行中录入 pip install pythonnet 会有一个ssl错误提示 ...Could not fetch URL https://pypi.python.org/simple/py ...
- (转)MVC语法-基础
好久没有关注微软的开发了,今天看到了MVC3,顺便学习学习,我觉得Razor是个不错的做法,比使用<%%>简单多了,而且好看.首先“_”开头的cshtml文档将不能在服务器上访问,和asp ...
- eclipse生成可执行jar包(引入第三方.jar文件)
1. eclipse建立普通的java project项目(项目名aa) 2. 项目正常组织通过buildpath加载各种jar包入项目aa比如例子项目里,加入了spring 各种jar包加入各种配置 ...
- Codeforces812C Sagheer and Nubian Market 2017-06-02 20:39 153人阅读 评论(0) 收藏
C. Sagheer and Nubian Market time limit per test 2 seconds memory limit per test 256 megabytes input ...
- input.php
<?php /** * */ class Input { function get($index = NULL, $xss_clean = FALSE) { if($index == NULL ...
- mod与%的区别
mod与%的区别 %与mod的区别: %出来的数有正有负,符号取决于左操作数,而mod只能是正: 所以要用%来计算mod的话就要用这样的公式:a mod b = (a % b + b) % b: 括号 ...
- hdu 4455 Substrings(计数)
题目链接:hdu 4455 Substrings 题目大意:给出n,然后是n个数a[1] ~ a[n], 然后是q次询问,每次询问给出w, 将数列a[i]分成若干个连续且元素数量为w的集合,计算每个集 ...
- [ASE][Daily Scrum]11.12
这几天Jiafan同学回学校去了,服务器的问题暂时未解决.继续搭建服务器中: View Shilin Liu 修复tank的错位问题 产生残缺地图 Client Jiafan Zhu( ...
- Python 中的深拷贝和浅拷贝
一.浅拷贝python中 对象赋值时 默认是浅拷贝,满足如下规律:1. 对于 不可变对象(字符串,元组 等),赋值 实际上是创建一个新的对象:例如: >>> person=['nam ...
- MySql and Oracle Data Type Mappings
the default settings used by SQL Developer to convert data types from MySQL to Oracle. SQL Developer ...