I was anxious not to be late for class on my first day.

在我第一天上学的时候我非常焦虑我会上课迟到。

One of my new acquaintances, who considerately reminded me that her name was Angela, had Biology II with me the next hour.

我一个新的熟人,名字叫Angela会体贴的提醒我,在上生物2的一个小时前。

We walked to class together in silence. She was shy, too.

我们安静的一起去上课,她也很害羞。

When we entered the classroom, Angela went to sit at a black-topped lab table exactly like the ones I was used to.

当我们进入教室,安吉拉坐到一张黑色台面的实验桌后,这种实验桌和我原来用过的一样。

She already had a neighbor. In fact, all the tables were filled but one.

她已经有了一个同桌。事实上,所有的桌子都不是一个人用的。

事实上,所有的桌子都坐满了,只一张除外。

Next to the center aisle, I recognized Edward Cullen by his unusual hair, sitting next to that single open seat.

贴着中间过道,因为不寻常的头发我认出了Edward Cullen 坐在一个单独的位置上。

As I walked down the aisle to introduce myself to the teacher and get my slip signed, I was watching him surreptitiously.

我走到过道上向老师介绍我自己顺便签了字,我偷偷看了他一眼。

Just as I passed, he suddenly went rigid in his seat.

在我经过的时候,他突然从他的位置上面死板的站了起来。

在我经过他身边的时候,他忽然挺直身体,笔直地坐在座位上。

He stared at me again, meeting my eyes with the strangest expression on his face — it was hostile, furious. I looked away quickly, shocked, going red again.

他又一次盯着我看,脸上露出极其陌生的神情直视着我的眼睛——一种敌意的,狂暴的眼神。我赶快移开视线,大为震撼,而且又脸红了。

I stumbled over a book in the walkway and had to catch myself on the edge of a table.

路上我被一本书绊到,不得不抓住一张桌子来保持平衡。坐在那张桌子后的女孩吃吃地笑起来。

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

  1. Chapter 2 Open Book——29

    Which left me with nothing to do but try to not look at him…unsuccessfully. 我没什么事情可以做但是我尝试不去看他,但是失败了 ...

  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——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

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

  6. Chapter 1 First Sight——33

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

  7. Chapter 1 First Sight——32

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

  8. Chapter 1 First Sight——31

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

  9. Chapter 1 First Sight——30

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

随机推荐

  1. SQLServer 重建索引前后对比

    在做维护项目的时,我们经常会遇到索引维护的问题,通过语句,我们就可以判断某个表的索引是否需要重建. 执行一下语句:先分析表的索引 分析表的索引建立情况:DBCC showcontig('Table') ...

  2. 两个队列实现一个栈,剑指offer P59

    public class StackByQueue { private LinkedList<String> queue1; private LinkedList<String> ...

  3. springMVC servlet 静态资源加载

    问题描述 新手使用SpringMVC时市场会遇到静态资源无法加载在问题,如下图所示 问题原因 出现这种问题一般是在web.xml中的对spring的DispatcherServlet采用了如下配置,即 ...

  4. android 操蛋的gradle

    首先看语法: -include {filename} 从给定的文件中读取配置参数 -basedirectory {directoryname} 指定基础目录为以后相对的档案名称 -injars {cl ...

  5. 给图片使用border-radius 图片会变成圆的。

  6. Html批量读取json

    html <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <sc ...

  7. POJ 1323 Game Prediction#贪心

    (- ̄▽ ̄)-* //既然是求最少能胜几次 //说明对方是要尽可能让我输 //但为了避免浪费,对方会用比我的牌大的牌中的最小pip的牌来击败我 #include<iostream> #in ...

  8. AnimatorController动画融合树

    通过Unity动画状态机,能帮我们轻松处理转换各个动画片断,达到想要的效果,但是如果仅仅是一个个动画的硬生生的切换,那么看起来就非常突然,而不真实了,在质量要求比较高的游戏中,特别是动作游戏,我们就不 ...

  9. openwrt 中procd

    https://wiki.openwrt.org/doc/techref/procd Procd:Openwrt的进程管理守护进程(process management daemon),它与初始化脚本 ...

  10. Lucene基础(1)

    下一篇: Lucene基础(2) 一.Lucene介绍 http://www.kailing.pub/index/columns/colid/16.html Documentation:http:// ...