Chapter 1 First Sight——35
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的更多相关文章
- Chapter 2 Open Book——35
Mr. Banner called the class to order then, and I turned with relief to listen. Banner先生让大家安静听他说,然后我静 ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
随机推荐
- 【c++】size_t 和 size_type的区别
为了使自己的程序有很好的移植性,c++程序员应该尽量使用size_t和size_type而不是int, unsigned 1. size_t是全局定义的类型:size_type是STL类中定义的类型属 ...
- EasyUI 日期选择插件封装成选择到月份的插件
将普通的日期选择插件封装成选择到月份的插件: var nowMonth = new Date(); var month = ...
- 腾讯应用开发3006 : name lookup timed out 错误
昨天到今天发现应用访问不正常,用户发表数据很少,一查日志,QQ的 openApi 返回的结果全是 name lookup timed out,莫名其妙. 在服务器上 ping , nslookup , ...
- Linux之VI搜索相关命令
/abc, 向前查询abc ?abc, 向后查询abc n, 向前继续查询 N, 向后继续查询 老是忘记,简单记录下
- SQL learning
一.创建和删除数据库 1.创建用户 //创建用户且置密码,在MySQL中行,但在Oracle中行 ----必须在超级管理员身份下操作 create user hncu identified by ' ...
- onS 记录
1.用户的解锁 用户因多次登录失败而被锁的情况下,可用faillog命令来解锁.具体如下 ...
- MongoDB索引(一)
原文地址 一.介绍 我们已经很清楚索引会提高查询效率.如果没有索引,MongoDB必须对全部集合进行扫描,即,扫描集合中每条文档以选择那些符合查询条件的文档.对查询来说如果存在合适的索引,则Mongo ...
- openwrt 汉化
make menuconfig 添加luci LuCI--->Collections----- <*> luci 添加luci的中文语言包 LuCI--->Translatio ...
- Lynis 2.2.0 :面向Linux系统的安全审查和扫描工具
Lynis是一款功能非常强大的开源审查工具,面向类似Unix/Linux的操作系统.它可以扫描系统,查找安全信息.一般的系统信息.已安装软件及可用软件信息.配置错误.安全问题.没有设密码的用户帐户.错 ...
- for、while循环的洪荒之力
在python里,如果说print语句是用得最多的话,那么,要我说,除了for语句,谁都不敢认老二. 下面,让我们来看看for语句能搞出什么花样 1. 计时(无限次数) 说到计时,我们先来试下显示当前 ...