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 ...
随机推荐
- Global Mapper
https://blog.csdn.net/mrib/article/details/75116373 http://www.bluemarblegeo.com/products/global-map ...
- Codeforces805D. Minimum number of steps 2017-05-05 08:46 240人阅读 评论(0) 收藏
D. Minimum number of steps time limit per test 1 second memory limit per test 256 megabytes input st ...
- RxJava2 源码分析
前言 很多项目使用流行的Rxjava2 + Retrofit搭建网络框架,Rxjava现在已经发展到Rxjava2,之前一直都只是再用Rxjava,但从来没有了解下Rxjava的内部实现,接下来一步步 ...
- 来回最短路POJ3268
这个题得主要考点在于给你的图是去了再回来得有向图,如何模块化解决呢就是转变图的方向,我们根据初始得放心求出每个点到x得最短路,然后转变所有路得方向再求出所有点到x得最短路,最后一相加就是最后的来回了~ ...
- pl/sql 语言设置
1.select * from v$nls_parameters 查询nls的参数,获得数据库服务器端的字符编码 NLS_LANGUAGE NLS_CHARACTERSET 2.修改本地环境变量 NL ...
- 今天犯了一个StringBuilder构造函数引起的二逼问题。
在.Net里,StringBuilder的构造函数有很多,最常用的是无参的构造函数,默认分配16个字符的空间.其次就是填写StringBuilder空间的带一个Int32的构造函数,这个在优化代码的时 ...
- Linq的基本用用法
Linq 的基本用法: Sort , OrderBy, Skip,Take,Where,Compare,Join,Distinct ,InsertRange 等关键词 Select用法 var sel ...
- 玩了下STM8单片机
偶然的机会,发现STM8真是又便宜又好用啊,哈哈! 买了一个STM8S103F3的小板子,再加一个ST-Link调试器,总共才35块钱!对于我们这种玩习惯了动辄上千上万的FPGA开发板的人来说,就是白 ...
- web api 多版本控制重要的两个类
1.版本路径替换 public class ReplaceVersionWithExactValueInPath : IDocumentFilter { public void ...
- [LeetCode] Unique Paths && Unique Paths II && Minimum Path Sum (动态规划之 Matrix DP )
Unique Paths https://oj.leetcode.com/problems/unique-paths/ A robot is located at the top-left corne ...