Chapter 3 Phenomenon——11
"I'm completely fine, Char — Dad," I sighed. "There's nothing wrong with me."
“我真的都很好,查——爸爸,”我叹气道。“我什么问题都没有。”
He turned to the closest EMT for a second opinion.
他转向最近的急救人员问了几个问题。
他转向离他最近的那个紧急医疗救护人员询问补充性意见。
I tuned him out to consider the jumble of inexplicable images churning chaotically in my head.
我不理他转而考虑那混沌而复杂的图像混乱的搅拌在我的脑海里。
我索性不管他,开始思考在我脑海中乱转的一些令人费解的画面。
When they'd lifted me away from the car, I had seen the deep dentin the tan car's bumper —
当他们把我抬出车的时候,我看到深色象牙质的车的保险杠——
当他们把我从那辆客货两用车旁抬出来的时候,我看到了车的保险杠上一道深深的凹痕——
a very distinct dent that fit the contours of Edward's shoulders…
一个非常凹痕轮廓和Edward的肩膀很合适…
一道显然和爱德华双肩的轮廓相吻合的凹痕……
as if he had braced himself against the car with enough force to damage the metal frame…
好像他用最够的力量支撑起他自己把车的合金框撞成那样…
就像是他曾经撑在这辆车上,生生把这个金属框架给压变形了一样。
And then there was his family, looking on from the distance, with expressions that ranged from disapproval to fury but held no hint of concern for their brother's safety.
他的家人在那里也来了,远远的看着,表情从不喜欢到愤怒,但是没有任何关系他们的兄弟安全的意思。
那时候,他的家人远远地看着,神情各异,从不赞成到愤怒,但唯独丝毫不见对他们兄弟安危的关切。
I tried to think of a logical solution that could explain what I had just seen — a solution that excluded the assumption that I was insane.
我尝试去像一种符合逻辑的解决方法能解释我刚才看到的——排除我疯狂假设的一种解决方式。
我试图想出一个合乎逻辑的答案来解释我看到的一切——一个能否定我精神不正常的假设的答案。
Chapter 3 Phenomenon——11的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——11
"Bella?" His voice shouldn't have been so familiar to me, as if I'd known the sound of it ...
- 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——23
Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...
- 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 ...
- MySQL Crash Course #05# Chapter 9. 10. 11. 12 正则.函数. API
索引 正则表达式:MySQL only supports a small subset of what is supported in most regular expression implemen ...
随机推荐
- Selenium2+python自动化之读取Excel数据(xlrd)
前言 当登录的账号有多个的时候,我们一般用excel存放测试数据,本节课介绍,python读取excel方法,并保存为字典格式. 一.环境准备 1.先安装xlrd模块,打开cmd,输入pip inst ...
- spring aop方式配置事务中的三个概念 pointcut advice advisor
AOP的3个关键概念 因为AOP的概念难于理解,所以在前面首先对Java动态代理机制进行了一下讲解,从而使读者能够循序渐进地来理解AOP的思想. 学习AOP,关键在于理解AOP的思想,能够使用AOP. ...
- springMVC ModelAndView 作用与功能解析 【转】
Spring mvc视图机制 所有的web应用的mvc框架都有它定位视图的方式.Spring提供了视图解析器供你在浏览器中显示模型数据,而不必被拘束在特定的视图技术上. Spring的控制器Contr ...
- Android-WebViewUtils-工具类
WebViewUtils-工具类是专门处理,Android API 中的WebView使用,公共方法抽取定义: package common.library.utils; import android ...
- Windows 8/8.1 及 Windows Phone 8 应用神器 - APP Producer
继 App studio 以及 Project Siena 之后 微软再次打造应用生成器 APP Producer,这个版本的应用生成器功能相对比之前两个版本要简单许多,更适合入门并且真正的支持全平 ...
- Wpf中显示Unicode字符
1. 引言 今天在写一个小工具,里面有些字符用Unicode字符表示更合适.但是一时之间却不知道怎么写了.经过一番查找,终于找到了办法.记到这里,一是加深印象,二则以备查询. 2. C#中使用Unic ...
- poj 3250 Bad Hair Day(栈的运用)
http://poj.org/problem?id=3250 Bad Hair Day Time Limit: 2000MS Memory Limit: 65536K Total Submissi ...
- 徒手画个disk不容易啊。。。
static const GLfloat disk_vertex_buffer_data[] = { // quarter 1 0.0f, 0.0f, -1.0f, 0.707f, 0.0f, -0. ...
- CentOS更改ssh端口
https://blog.csdn.net/lukaixiao/article/details/74852375 来源处处. 注意!这里的Centos版本是7 step1 修改SELinux ech ...
- Restframework 频率throttle组件实例-3
频率逻辑: from rest_framework.throttling import BaseThrottle import time VISIT_RECORD={} class VisitThro ...