Chapter 3 Phenomenon——14
They wheeled me away then, to X-ray my head.
他们把我移到了一边用X光照射我的头。
他们把我放到轮椅上,推着我去做头部X光检查。
I told them there was nothing wrong, and I was right. Not even a concussion.
我告诉他们我没事,我很好。没有脑震荡。
I asked if I could leave, but the nurse said I had to talk to a doctor first.
我问我是不是可以走了,但是护士说我必须先和医生说一声。
我询问我能否离开,但护士告知我必须先跟医生商量。
So I was trapped in the ER, waiting, harassed by Tyler's constant apologies and promises to make it up to me.
所以我受困在了ER,等着,Tyler的连续的抱歉和保证对于我来说已经疲倦了。
于是,我被困在急诊室里,等待着,同时被泰勒滔滔不绝的道歉骚扰着:他保证他会补充我的。
No matter how many times I tried to convince him I was fine, he continued to torment himself.
无论多少次我尝试让他相信我很好,但是他依旧折磨着他自己。
Finally, I closed my eyes and ignored him. He kept up a remorseful mumbling.
最后我闭上了眼睛不理他。他继续懊悔的喃喃自语。
"Is she sleeping?" a musical voice asked. My eyes flew open.
“她睡了吗?”一个音乐般的声音问这,我的眼睛渐渐睁开。
“她睡着了吗?”一个天籁般的声音问道。我飞快地睁开了眼睛。
Edward was standing at the foot of my bed, smirking.
Edward正站在离我床一脚之隔的地方假笑。
I glared at him. It wasn't easy — it would have been more natural to ogle.
我瞪着他。这并非简单,而是更自然的眉目传情。
我瞪着他。这不太容易——也许抛个媚眼会更自然些。
"Hey, Edward, I'm really sorry —" Tyler began.
“嘿,Edward,我真的很抱歉——”Tyler又开始了。
Edward lifted a hand to stop him.
Edward抬手阻止了他。
"No blood, no foul," he said, flashing his brilliant teeth.
“没有受伤,没有事情”他说着,露出了他洁白的牙齿。
He moved to sit on the edge of Tyler's bed, facing me. He smirked again.
他一道了Tyler的床边坐下,面对着我。他又坏笑了。
Chapter 3 Phenomenon——14的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——14
"Hi, Bella." “你好,Bella” "What's up?" I said as I was unlocking the door. “怎么了?” ...
- 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 ...
- Chapter 3 Phenomenon——18
My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...
随机推荐
- Android+PHP开发最佳实践
本书以一个完整的微博应用项目实例为主线,由浅入深地讲解了Android客户端开发和PHP服务端开发的思路和技巧.从前期的产品设计.架构设计,到客户端和服务器的编码实现,再到性能测试和系统优化,以及最后 ...
- hdu2571 命运 2016-09-11 16:54 53人阅读 评论(0) 收藏
命运 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submiss ...
- Linux应用程序中使用math库报undefined reference to `sin'等
出现该问题是因为在Linux中,sin,sqrt等函数是在libm.so库文件中,并非在math.h中. 解决办法:在Ubuntu的gcc编译环境下,直接使用lm参数即可,例如gcc -o Gen G ...
- 【图论】信手拈来的Prim,Kruskal和Dijkstra
关于三个简单的图论算法 prim,dijkstra和kruskal三个图论的算法,初学者容易将他们搞混,所以放在一起了. prim和kruskal是最小生成树(MST)的算法,dijkstra是单源最 ...
- javascript 奇技淫巧45招
教程:http://chensd.com/2015-01/45-useful-javascript-tips-tricks-and-best-practices.html 1.上线前检查和压缩代码:用 ...
- LeetCode146:LRU Cache
题目: Design and implement a data structure for Least Recently Used (LRU) cache. It should support the ...
- JS和C#访问遇到QueryInterface调用出错
在原来的WinForm里,我们只要在窗体类的头部添加属性[System.Runtime.InteropServices.ComVisibleAttribute(true)],然后 webBrowser ...
- WPF 自定义快速实现线程等待函数FastTask
在WPF实现 我们常常需要实现这个目标:线程里面执行复杂的任务,然后主窗体等待动画 我把我最简单的东西给包了一下,更方便使用,大家也可以方便使用 1:添加CommHelper类 FastTask方法 ...
- Java 日期加减
import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date; public class Test ...
- javaweb+spring 项目集成异常的处理
在web项目开发中,一个系统应该要考虑到异常情况的处理,并且应该当异常发生时应该需要记录相应的异常日志,对于用户而言则不能直接抛出异常,需要考虑到用户的体验: 以下就介绍基于spring框架的基础上的 ...