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的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  3. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  4. 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 ...

  5. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

随机推荐

  1. Spring的下载与安装

    Spring是一个独立的框架,不依赖于任何Web服务器或容器.它既可在独立的JavaSE项目中使用,也可以在Java Web项目中使用. 下载和安装Spring框架可按如下步骤进行: 1.登录http ...

  2. 1.2.4注意Sysyem.out.println与i--

    package com.cky.thread; /** * Created by chenkaiyang on 2017/11/27. */ public class MyThreadThird ex ...

  3. (单调队列) Bad Hair Day -- POJ -- 3250

    http://poj.org/problem?id=3250 Bad Hair Day Time Limit: 2000MS   Memory Limit: 65536K Total Submissi ...

  4. hdu 4861

    http://acm.hdu.edu.cn/showproblem.php?pid=4861 两个人进行游戏,桌上有k个球,第i个球的值为1^i+2^i+⋯+(p−1)^i%p,两个人轮流取,如果Do ...

  5. python编写producer、consumer

    自主producer.consumer 首先在不同的终端,分别开启两个consumer,保证groupid一致 ]# python consumer_kafka.py 执行一次producer ]# ...

  6. UT源码105032014098

    (2)NextDate函数问题 NextDate函数说明一种复杂的关系,即输入变量之间逻辑关系的复杂性 NextDate函数包含三个变量month.day和year,函数的输出为输入日期后一天的日期. ...

  7. 三、Kubernetes之深入了解Pod

      1.yaml格式的Pod配置文件内容及注解 深入Pod之前,首先我们来了解下Pod的yaml整体文件内容及功能注解. 如下: # yaml格式的pod定义文件完整内容: apiVersion: v ...

  8. ASP.NET MVC5 高级编程-学习日记-第二章 控制器

    2.1 控制器的角色 MVC模式中的控制器(Controller)主要负责响应用户的输入,冰球在响应时修改模型(Model).通过这种方式,MVC模式中的控制器主要关注的是应用程序流.输入数据的处理, ...

  9. 使用 xUnit 编写 ASP.NET Core WebAPI单元测试

    本文使用xUnit对ASP.NET Core WebAPI做单元测试,使用HttpClient的同步和异步请求,下面详细介绍xUnit的使用过程: 一.创建示例项目 模板为我们自动创建了一个Value ...

  10. 定时任务 Wpf.Quartz.Demo.2

    定时任务 Wpf.Quartz.Demo.1已经能运行了,本节开始用wpf搭界面. 准备工作: 1.界面选择MahApp.Metro 在App.xaml添加资源 <Application.Res ...