And that was the last contact I'd had with him, though he was there, a foot away from me, every day.
这就是我和他最后一个交流了,尽管他就在那,每天就离我一步之遥。

I watched him sometimes, unable to stop myself— from a distance, though, in the cafeteria or parking lot.
有时我情不自禁的去关注他——尽管是在自助餐厅或者停车场的远处。

I watched as his golden eyes grew perceptibly darker day by day.
我看着他金色的眸子一天天的变深。

But in class I gave no more notice that he existed than he showed toward me.
但是在教室里,我并没有表现出对他的存在更加的在意,就像他对我不在意一样。

I was miserable. And the dreams continued.
我是悲惨的,因为梦一直继续着。

Despite my outright lies, the tenor of my e-mails alerted Renée to my depression, and she called a few times, worried.
虽然我一直在说谎,但我的电子邮件的内容还是让Renée察觉到了我的消沉。她时不时给我打电话,担心着我。

I tried to convince her it was just the weather that had me down.
我尽力让她相信就是天气让我变得低沉。

Mike, at least, was pleased by the obvious coolness between me and my lab partner.
至少Mike显然很高兴,我与我的实验伙伴冷战了。

I could see he'd been worried that Edward's daring rescue might have impressed me, and he was relieved that it seemed to have the opposite effect.
我知道他担心Edward英勇的营救行为可能会打动我,并且他已经放心了因为这看起来起了副作用。

He grew more confident, sitting on the edge of my table to talk before Biology class started, ignoring Edward as completely as he ignored us.
他变得更有信心,在生物课开始之前坐在我桌子边上和我聊天,完全无视Edward就像Edward无视我们一样。

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

  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. ehcache缓存使用

    CacheUtils.java //工具类 保存cache缓存: CacheUtils.put(CacheUtils.SIGN_CACHE, childid + "_" + mNu ...

  2. istio实现对外暴露服务

    1.确认istio-ingressgateway是否有对外的IP kubectl get service istio-ingressgateway -n istio-system 如果 EXTERNA ...

  3. Verilog有符号数处理

    内容主要摘自以下两个链接:  https://www.cnblogs.com/LJWJL/p/3481995.html  https://www.cnblogs.com/LJWJL/p/3481807 ...

  4. yum安装常用工具命令

    树状目录结构(tree) yum install tree 上传下载工具(rz和sz) yum install lrzsz -------------------------------------- ...

  5. KITTI数据集的使用——雷达与相机的数据融合

    目录 目的 如何实现 kitti数据集简介 kitti数据集的raw_data 利用kitti提供的devkit以及相应数据集的calib文件 解读calib文件夹 解读devkit 目的 使用雷达点 ...

  6. dva-counter

    dva实例Counter. import dva, { connect } from 'dva'; import { Router, Route } from 'dva/router'; import ...

  7. openXML向Word插入表

    表是 Word 中的另一类型的块级内容,它是以行和列排列的一组段落(以及其他块级内容). Word 中的表格通过 tbl 元素定义,该元素类似于 HTML <表格>标记. 表元素指定文档中 ...

  8. JS中获取CSS样式的方法

    1.对于内联样式,可以直接使用ele.style.属性名(当然也可以用键值对的方式)获得.注意在CSS中单词之间用-连接,在JS中要用驼峰命名法 如 <div id="dv" ...

  9. Python之旅Day9 进程&线程

    进程 线程 多进程 多线程

  10. PHP中 PCRE正则表达式模式修饰符“u” 的使用。

    u (PCRE_UTF8) 此修正符打开一个与 perl 不兼容的附加功能. 模式字符串被认为是utf-8的. 这个修饰符 从 unix 版php 4.1.0 或更高,win32版 php 4.2.3 ...