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. 解决Xcode8模拟器无法删除应用的问题

    关闭模拟器的​3DTouch.Hardware​ →Touch Pressure→Use Trackpad Force.

  2. 2019.03.12 codeforces739E. Gosha is hunting(dp凸优化)

    传送门 题意:nnn个物品,有aaa个XXX道具和bbb个YYY道具,XXX道具移走第iii个物品概率为pip_ipi​,YYY道具移走第iii个道具概率为uiu_iui​. 对于每个物品每种道具最多 ...

  3. android-audioRecord

    android 录音功能 录音的大致流程,流程图可以在文件下载:mediarecord.vsdx 切换设备.谁去更新播放流,自动选择新的设备?流程?

  4. Eclipse的application.properties文件输出中文成unicode编码

    今天添application.properties时,无法输入中文,输入的中文直接变成了unicode的编码形式.原因是Eclipse的Spring Properties文件的默认编码为iso-885 ...

  5. 微信小程序——地图

    一:如何标点问题 地图模块需要用标点:官网API里面的wx.createMapContext(mapId, this)接口,且用官网Demo,小程序运行报错此时需要在wxml里面给map标签添加属性m ...

  6. Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/ma ven/cli/Maven

    此异常是由于jdk版本和maven版本不一致导致的 在maven官网上的说明是这样的:Maven 3.3+ require JDK 1.7 or above to execute - they sti ...

  7. Android中监控home键

    一.需求 在应用开发过程中,启动服务开启线程锁等待服务返回解锁,为了避免点击home键使线程锁卡死的bug,需要监控home键,解锁线程. 二.实现 在应用时,需要register和unregiste ...

  8. dialog记录

    .gyzq{ &.dialog{ background: rgba(83,83,83,0.50); width: 100%; height: 100%; position: fixed; ov ...

  9. Jeecg框架简介

    官方地址:http://www.jeecg.org/

  10. linux网络编程-CRC校验

    1.CRC校验是什么?为什么要使用CRC校验? CRC 即 循环冗余校验  是一种差错检测方法,可以做到对帧的无差错接受 因为现实的通信链路都不会是理想的,比特在传输的过程中有可能出现差错, 为了保证 ...