The final bell rang at last. I walked slowly to the office to return my paperwork.

最后下课铃响了。我走到了办公室上讲了我的作业。

The rain had drifted away, but the wind was strong, and colder.

雨已经走了,但是风还是很大,而且更冷了。

I wrapped my arms around myself.

我用双臂环抱这我自己。

When I walked into the warm office, I almost turned around and walked back out.

弹弓我走进温暖的办公室的时候,我几乎想转身就走。

Edward Cullen stood at the desk in front of me.

Edward Cullen站在我前面的桌子旁。

I recognized again that tousled bronze hair.

我再一次认出了蓬乱的古铜色头发。

He didn't appear to notice the sound of my entrance.

他没有注意到我进入的声音。

I stood pressed against the back wall, waiting for the receptionist to be free.

我我对着黑墙站着,等待着接待员忙完。

He was arguing with her in a low, attractive voice.

他用低沉的有吸引力的声音和接待员争吵着。

I quickly picked up the gist of the argument.

我马上知道了争吵的原因。

He was trying to trade from sixth-hour Biology to another time — any other time.

他尝试将六个小时的生物课换到其他时间-其他任何时间。

I just couldn't believe that this was about me.

这对于我来说不敢相信。

It had to be something else, something that happened before I entered the Biology room.

这肯定有其他的原因,在我进入生物课教室钱发生了其他事情。

The look on his face must have been about another aggravation entirely.

他脸上的表情一定已经完全恶化了。

It was impossible that this stranger could take such a sudden, intense dislike to me.

对于个一个陌生人来说马上立刻讨厌我这是不可能的。

Chapter 1 First Sight——35的更多相关文章

  1. Chapter 2 Open Book——35

    Mr. Banner called the class to order then, and I turned with relief to listen. Banner先生让大家安静听他说,然后我静 ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  5. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  6. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  7. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  8. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

随机推荐

  1. sql server 自定义split 标值函数

    自定义一个函数,分隔一个以分隔符的隔开字符串,例如把'1,3,5,7,9' 变成 数字1 3 5 7 9的结果集. 自定义标值函数: ),)) )) --实现split功能 的函数 as begin ...

  2. MAC下安装automake autoconf工具

    I noticed today that while Mac OS 10.6 (specifically, 10.6.2) comes with automake and autoconf, the ...

  3. UML中的类间的关系

    1.泛化(Generalization) 指的是子类与父类之间的继承关系,空心三角+实线,箭头指向父类   eg:Father类为Son类的父类     2.依赖(Dependency) 没关系 &g ...

  4. sublime text 安装 SFTP

    1  先安装Package Control import urllib.request,os,hashlib; h = 'df21e130d211cfc94d9b0905775a7c0f' + '1e ...

  5. vim全局替换命令

    vim全局替换命令   语法为 :[addr]s/源字符串/目的字符串/[option]全局替换命令为::%s/源字符串/目的字符串/g [addr] 表示检索范围,省略时表示当前行.如:“1,20” ...

  6. j2ee tomcat 部署学习

    J2EE基础实例demo http://www.cnblogs.com/javabin/p/3809954.html J2EE 数据库JDBC(Java Data Base Connectivity, ...

  7. .net webapi项目中支持session

    webapi中默认是不支持session的开启的 需要在Global.asax文件中,添加如下代码 public override void Init() { this.PostAuthenticat ...

  8. Eclipse desktop

    Ubuntu解压Eclipse IDE后并不会在侧边栏显示启动图标,为了能在侧边栏显示,方便启动,可以新建一个desktop文件,具体步骤如下: # switch to root account su ...

  9. hdu_5884_Sort(二分+单调队列)

    题目链接:hdu_5884_Sort 题意: 有n个数,每个数有个值,现在你可以选择每次K个数合并,合并的消耗为这K个数的权值和,问在合并为只有1个数的时候,总消耗不超过T的情况下,最小的K是多少 题 ...

  10. Testing a Redux & React web application

    Part 1 - https://www.youtube.com/watch?v=iVKPbH3qyW0 Part 2 - https://www.youtube.com/watch?v=M5lwOs ...