Chapter 3 Phenomenon——12
Naturally, the ambulance got a police escort to the county hospital.
自然而然的,救护车让一个警察陪护到县医院去。
自然,救护车一路由警车护送,到达了县医院。
I felt ridiculous the whole time they were unloading me.
他们放下我的整个时间我都觉得特别荒谬。
让我觉得荒谬的是,他们根本不让我下来,一路抬着我走。
What made it worse was that Edward simply glided through the hospital doors under his own power.
更可恶的是Edward用他自己的力量滑开了医院的门。
更糟的是,爱德华依靠自身的能力轻轻松松地溜出了医院大门。
I ground my teeth together.
我一直咬着牙。
They put me in the emergency room, a long room with a line of beds separated by pastel-patterned curtains.
他们把我放到了紧急救护的房间,一个长的房间一条线都是床,用有图案的窗帘分隔着。
A nurse put a pressure cuff on my arm and a thermometer under my tongue.
一个护士把一个压力带绑到了我的胳膊,把体温计放到我的舌头底下。
Since no one bothered pulling the curtain around to give me some privacy, I decided I wasn't obligated to ear the stupid-looking neck brace anymore.
自始自终没有人帮我拉上我周围的窗帘来给我一些私人的感觉,我觉得我再也没有什么义务带着那个看起来很傻的脖子固定器了。
When the nurse walked away, I quickly unfastened the Velcro and threw it under the bed.
当护士走了之后,我马上松开了那个尼龙搭扣然后把它扔在了床上。
There was another flurry of hospital personnel, another stretcher brought to the bed next to me.
然后另一个紧急的医院人事部门,另一个担架抬到了我边上的床上。
又一群医院职员匆匆忙忙地冲进来,又一副担架被抬到了我的邻床上。
I recognized Tyler Crowley from my Government class beneath the bloodstained bandages wrapped tightly around his head.
我认出了Tyler Crowley那个来自我们政治课的班级的,带有血的绷带紧紧的绕在他的头上。
Tyler looked a hundred times worse than I felt. But he was staring anxiously at me.
我觉得Tyler看起来比我严重一百倍。但是他焦虑的看着我。
Chapter 3 Phenomenon——12的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——12
"I don't know what you mean," I said, my voice guarded. “我不知道你什么意思”我声音谨慎地说道. "It's be ...
- 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 ...
随机推荐
- github/gitlab添加多个ssh key
系统:macOS X 由于公司的代码管理放在了gitlab.com上,所以添加了一个ssh key, 生成ssh key的代码如下: 1.$ ssh-keygen -t rsa -C “yourema ...
- hdu 1505,1506
1506题目 1505题目 1506: #include<stdio.h> #include<string.h> #include<iostream> using ...
- hdu 5068 线段树维护矩阵乘积
http://acm.hdu.edu.cn/showproblem.php?pid=5068 题意给的略不清晰 m个询问:从i层去j层的方法数(求连段乘积)或者修改从x层y门和x+1层z门的状态反转( ...
- cocos studio
用了几天,和之前用的cocos creator以及unity的编辑器一对比,很多地方都挺反人类的哈... 拖拽和放大场景元素竟然还要切换一下编辑模式... 移动场景元素竟然没有单独控制x或者y方向的移 ...
- Oracle定义DES加密解密及MD5加密函数
http://blog.csdn.net/xdweleven/article/details/38319351 (1)DES加密函数create or replace functionencryp ...
- 4张图看懂delphi 10生成ipa和在iPhone虚拟器上调试(教程)
4张图看懂delphi 10生成ipa和在iPhone虚拟器上调试(教程) (2016-02-01 03:21:06) 转载▼ 标签: delphi ios delphi10 教程 编程 分类: 编程 ...
- 在ContextLoaderListener中使用注解注入的类和job中使用注解注入的类
场景:在ContextLoaderListener子类中加载job,为JobFactory的实现类声明@Component后,在ContextLoaderListener子类中为scheduler设置 ...
- Alwayson--使用证书创建高可用性组
--场景: --有服务器SQLNode11,SQLNODE21,SQLNODE31三台在同一故障转移群集SQLNode01中 --的数据库服务器,安装SQL SERVER 2012 并配置启动alwa ...
- 5.WebAPI的Filter
1.WebApi的Filter介绍: 大家知道什么是AOP(aspect oriented programming)吗?它是可以通过预编译方式和运行期动态代理实现在不修改源代码的情况下给程序动态统一添 ...
- C#之数据类型学习
C#有以下几种数据类型: 数据类型案例以及取值范围: 界面: 选择int时: 选中long时: 选中float时: 选中double时: 选中decimal时: 选中string时: 选中char时: ...