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. EBS FORM FOLDER 开发,单元格无法使用右键

    问题描述: 在使用folder开发FORM后,单元格无法使用右键,正常应该可以右键进行隐藏.显示.复制等操作. 通过对比发现是因ITEM属性中 弹出式菜单未设置导致. 解决方法: 设置弹出式菜单

  2. 使用SyncToy 同步两台机器上的文件夹

    @echo off echo 准备启动同步... net use \\WIN-AJH8QENQQGK "123456" /user:Administrator Z:\SyncToy ...

  3. vsftp 详解鸟哥版

    FTP (File Transfer Protocol) 可说是最古老的协议之一了,主要是用来进行档案的传输,尤其是大型档案的传输使用 FTP 更是方便!不过,值得注意的是,使用 FTP 来传输时,其 ...

  4. 父子页面(iframe)相互获取对方dom元素

    现在iframe的使用虽然开始越来越少,但是还是有牵涉到iframe的使用情况,特别是多个iframe互相嵌套,又要进行获取的情况. 现在整理了父子iframe之间互相获取的方式. (1)父页面获取子 ...

  5. haoce修改mysql

    修改时长余额 select * from sys_user_product up where up.user_id in(select u.id from sys_user u where login ...

  6. js检测文章敏感词

    在一些博客或者论坛中,文章中的敏感词需要显示出来和高亮显示起到提示用户的作用.这个功能实现的方法有很多,下面是js的实现方式. //将文章中匹配到的敏感词罗列出来 <span style=&qu ...

  7. css3实现进度条

    HTML 结构很简单,但不是 Single Element: <div class="spinner"><i></i></div> ...

  8. js--学习方法之-转

    既然你找到这篇文章来,说明你是真心想学好JavaScript的.你没有想错,当今如果要开发现代网站或web应用(包括互联网创业),都要学会JavaScript.而面对泛滥的JavaScript在线学习 ...

  9. 手动新建MVC控制器和视图,以及数据显示的问题

    一,在C#.NET的MVC项目添加一个控制器,在这个控制器有一个index方法,你可以在index方法上鼠标右键选择添加视图,这可以创建一个包含index.cshtml的View视图的文件夹 < ...

  10. 关于百度地图API (持续跟新)

    一.初始化地图显示不在正中间,出现偏移 问题描述与解决办法: 代码: body, html, #allmap { width: 100%; height: 100%; overflow: hidden ...