To my dismay, I found myself the center of attention for the rest of that week.

令我沮丧的是, 我发现我自己剩余注意力的中心是多么的弱。

Tyler Crowley was impossible, following me around, obsessed with making amends to me somehow.

Tyler Crowley执迷不悟的,跟在我身边,着迷的以某种方式弥补我。

I tried to convince him what I wanted more than anything else was for him to forget all about it

我尽可能的去让他相信,我最想要的就是让他忘记所有关于这件事的一切,

— especially since nothing had actually happened to me — but he remained insistent.

尤其是我没有发生任何事情——但是他却一直坚持。

He followed me between classes and sat at our now-crowded lunch table.

他不仅上课跟着我并且和我们坐在现在中午拥挤的桌子上

Mike and Eric were even less friendly toward him than they were to each other,which made me worry that I'd gained another unwelcome fan.

Mike和Eric对他比他们相互之间更加不友好,这让我担心我是不是又得到了另一个不受欢迎的粉丝。

  No one seemed concerned about Edward, though I explained over and over that he was the hero

看起来没有人关心Edward,尽管我一次又一次解释他才是英雄

— how he had pulled me out of the way and had nearly been crushed, too. I tried to be convincing.

他是怎么样把我推离了那个路在几乎被撞到的时候。我尽可能的相信它。

Jessica, Mike, Eric, and everyone else always commented that they hadn't even seen him there till the van was pulled away.

Jessica,Mike,Eric和其他每个人总是评论道,他们没有看见他,直到那辆卡车被推开的时候。

  I wondered to myself why no one else had seen him standing so far away,before he was suddenly, impossibly saving my life.

我自己很惊奇,为什么除了我没有人曾经看见他站在离的很远的地方,在他突然的几乎不可能的救了我的命。

With chagrin, I realized the probable cause — no one else was as aware of Edward as I always was.

伴随着懊恼,我意识到了问题的原因——没有人像我一样一直关注Edward

No one else watched him the way I did. How pitiful.

没有人像我那样一直关注着他。多么令人同情。

Chapter 4 Invitations——2的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  6. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  7. Chapter 4 Invitations——22

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

  8. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  9. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

  10. Chapter 4 Invitations——19

    After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...

随机推荐

  1. git撤销commit 并保存之前的修改

    撤销并保留修改 参数 –soft  # 先进行commit ,之后后悔啦  $ git commit -am "对首篇报告研究员字段改为author_name" 执行git log ...

  2. [swarthmore cs75] Compiler 5 – Egg-eater

    课程回顾 Swarthmore学院16年开的编译系统课,总共10次大作业.本随笔记录了相关的课堂笔记以及第7次大作业. 抽象语法: 存储方式: 栈中的数据如果最后三位(tag bits)是001表示元 ...

  3. python之路(四)-set集合

    set集合 set是一个无序且不重复的元素集合优点:访问速度快,解决重复问题 l1 = [1,2,34,5,6,7,4,3,3,] s2 = set(l1) #可以以列表元祖等作为参数传进来,set集 ...

  4. PostGIS集群

    postgresql集群:https://bbs.csdn.net/topics/390896906?page=1  https://blog.csdn.net/s465689853/article/ ...

  5. Note of Python Math

    Note of Python Math math 库是Python 提供的内置数学类函数库,而其中复数类型常用于科学计算,一般计算并不常用,因此math 库不支持复数类型.math 库一共提供4个数学 ...

  6. Python TypeError: 'module' object is not callable 原因分析

    今天尝试使用pprint进行输出,语句为 >>>import pprint >>>pprint(people) 结果报错,TypeError: 'module' o ...

  7. one-to-one 一对一映射关系(转 wq群)

    2.配置对应的xml配置文件 person的配置文件 idCard的配置文件 idCard的配置文件  3.测试 运行测试程序后,控制台输出两条语句

  8. maven项目打包成war包发布到tomcat下...

    分为两种情况: 1.当你的项目中没有前端页面时,直接右键项目--Export--选择web下的warFile--选择目录到tomcat安装目录下的webapps下即可访问. 2.当项目中有前端页面时 ...

  9. [转]Virtio balloon

    http://rwmj.wordpress.com/2010/07/17/virtio-balloon/ After someone asked me a question about “balloo ...

  10. 深入理解JVM(一)——基本原理

    前言 JVM一直是java知识里面进阶阶段的重要部分,如果希望在java领域研究的更深入,则JVM则是如论如何也避开不了的话题,本系列试图通过简洁易读的方式,讲解JVM必要的知识点. 运行流程 我们都 ...