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. maven 3.3.9-bin 和 maven 3.3.9-src 的区别 以及 maven安装包的 .tar.gz后缀与.zip 后缀的区别

    (maven 3.3.9-bin)一个是class的文件包,由java文件编译成的,(maven 3.3.9-src )一个是java文件包即是源码(.tar.gz后缀)是linux的压缩包,(.zi ...

  2. WI-FI: connection through CLI

    First, ensure that the computer/sbc has WI-FI parts. install wpa_supplicant, edit /etc/wpa_supplican ...

  3. Hive中频繁报警的问题

    在使用Hive的过程中,是不是会在shell中报一堆警告,虽然说不影响正常使用,但是看着很烦人,而且指不定会影响数据的准确性和运行的稳定性. 警告的内容如下: Tue Aug :: CST WARN: ...

  4. 外部系统集成BIEE

    1.外部系统集成BIEE 隐藏工具栏和仪表盘右上角的菜单 2.BIEE 11g 嵌入Iframe InIFrameRenderingMode有三种取值,分别是prohibit.sameDomainOn ...

  5. Maze

    Maze 题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=5094 BFS+状态压缩 把身上携带钥匙的状态压缩成一个2^10的整数.这道题难在 ...

  6. js--面向对象继承

    Object.create()方法可以传入一个原型对象,并创建一个基于该原型的新对象,但是新对象什么属性都没有. // 原型对象: var Student = { name: 'Robot', hei ...

  7. POJ 2231 Moo Volume

    Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Description Farmer Jo ...

  8. 检索字符创 php

    strstr()可以返回匹配的值 echo strstr("localhost", "os");返回ost echo substr_count("gg ...

  9. apache动态编译与静态编译

    静态: 在使用./configure 编译的时候,如果不指定某个模块为动态,即没有使用:enable-mods-shared=module或者enable-module=shared 这个2个中的一个 ...

  10. Java IO 过滤流 BufferedInput/OutputStream

    Java IO 过滤流 BufferedInput/OutputStream @author ixenos 概念 BufferedInput/OutputStream是实现缓存的过滤流,他们分别是Fi ...