Chapter 3 Phenomenon——22
He paused, and for a brief moment his stunning face was unexpectedly vulnerable.
他愣住了,然后一段时间他令人昏迷的脸变的出乎意料的易受攻击。
他顿了顿,有一瞬间他足以让人迷乱的脸上露出了一丝意料之外的脆弱的神情。
"I don't know," he whispered.
“我不知道,”他低声说道。
And then he turned his back on me and walked away.
然后他转身背对我走了。
I was so angry, it took me a few minutes until I could move.
我很生气,这让我几分钟之后才能移动。
我简直气疯了,过了好几分钟,我才控制住自己的情绪,强迫自己离开。
When I could walk, I made my way slowly to the exit at the end of the hallway.
当我可以走的时候,我慢慢的走向走廊尽头的出口。
一直等到我能走路的时候,我才慢慢地向走廊的尽头走去。
The waiting room was more unpleasant than I'd feared.
等待室比我害怕的更不愿意去。
我一直忧心忡忡着,但等候室里的情形比我想象中的更不愉快。
It seemed like every face I knew in Forks was there, staring at me.
看起来好像我在Forks每张脸都在盯着我看。
看样子我在福克斯认识的人全到齐了,都在盯着我看。
Charlie rushed to myside; I put up my hands.
Charlie冲到我旁边,我抬起了我的手。
查理向我冲过来,我只得举手投降。
"There's nothing wrong with me," I assured him sullenly.
“我什么事情都没有,”我不高兴的向他保证着。
I was still aggravated, not in the mood for chitchat.
不在聊天的语气中我仍然越来越生气。
我依然怒气冲冲,丝毫没有闲聊的兴致。
"What did the doctor say?"
“医生怎么说?”
"Dr. Cullen saw me, and he said I was fine and I could go home." I sighed.
“Cullen医生看过我了,然后他说我很好我可以回家了。”我叹息道。
Mike and Jessica and Eric were all there, beginning to convergeon us. "Let's go," I urged.
Mike和Jessica还有Eric都在,开始围住我们,“我们走,”我催促道。
Chapter 3 Phenomenon——22的更多相关文章
- Chapter 3 Phenomenon——1
When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- 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——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, ...
随机推荐
- progress 进度条
进度条. 属性名 类型 默认值 说明 percent Float 无 百分比0~100 show-info Boolean false 在进度条右侧显示百分比 stroke-width Numb ...
- python爬虫 403 Forbidden 解决方法
模拟浏览器打开网页: headers={ 'User-Agent':'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, ...
- 模式PK:命令模式VS策略模式
1.概述 命令模式和策略模式的类图确实很相似,只是命令模式多了一个接收者(Receiver)角色.它们虽然同为行为类模式,但是两者的区别还是很明显的.策略模式的意图是封装算法,它认为“算法”已经是一个 ...
- 一.认识python.变量.数据类型.条件if
01.万恶之源-python基础 ⼀.python介绍 python的创始⼈为吉多·范罗苏姆(Guido van Rossum).1989年的圣诞节期间,吉多·范罗苏姆为了在阿姆斯特丹打发时间,决⼼ ...
- asp.net core mvc 中间件之WebpackDevMiddleware
asp.net core mvc 中间件之WebpackDevMiddleware WebpackDevMiddleware中间件主要用于开发SPA应用,启用Webpack,增强网页开发体验.好吧,你 ...
- asp.net core mvc 中间件之路由
asp.net core mvc 中间件之路由 路由中间件 首先看路由中间件的源码 先用httpContext实例化一个路由上下文,然后把中间件接收到的路由添加到路由上下文的路由集合 然后把路由上下文 ...
- C++动态(显式)调用 C++ dll
1.创建DLL新项目Dll1,Dll1.cpp: extern "C" __declspec(dllexport) const char* myfunc() { return &q ...
- ASP.NET Core ef启用数据迁移
创建一个项目 通过Nuget获取EF Core相关的扩展包 appsettings.json 建立数据库连接串 创建数据库上下文EntityDbContext类,用于实体类映射数据库表 使用包管理器控 ...
- 【062有新题】OCP 12c 062出现大量之前没有的新考题-16
choose one Which users are created and can be used for database and host management of your DBaaS da ...
- linux 如何开通新的端口
第一种方式:(以nginx为列,端口是) 1. 开放端口命令: /sbin/iptables -I INPUT -p tcp --dport -j ACCEPT 2. 保存:/etc/rc ...