After two classes, I started to recognize several of the faces in each class.

两节课之后,我开始记住了每节课的那几张脸。

There was always someone braver than the others who would introduce themselves and ask me questions about how I was liking Forks. I tried to be diplomatic, but mostly I just lied a lot.

总是有几个比别人勇敢的人会介绍他们自己,然后询问我住在福克斯的问题。我想要像外交大臣一般的回答他们,但是大多数我都说了慌。

At least I never needed the map.

最终我不需要地图了。

One girl sat next to me in both Trig and Spanish, and she walked with meto the cafeteria for lunch.

一个女孩在上三角学和西班牙语课的时候都坐在我边上,她和我一起去了咖啡厅吃了午饭。

She was tiny, several inches shorter than my five feet four inches, but her wildly curly dark hair made up a lot of the difference between our heights.

她是个小巧的姑娘,比我五英尺四英寸的身高矮几英寸,但是她长卷发使我们身高上面有了很大的差距。

I couldn't remember her name, so I smiled and nodded as she prattled about teachers and classes.

我不能记得她的名字,所以当她说教师和课程的悄悄话的时候我只能笑着点点头。

I didn't try to keep up.

我不会就这样保持下去的。

We sat at the end of a full table with several of her friends, who she introduced to me.

我们和她的几个朋友坐在最后一张满的桌子,她向我介绍过的那几个朋友。

I forgot all their names as soon as she spoke them.

在她说了之后,我忘记了她们所有的名字。

They seemed impressed by her bravery in speaking to me. The boy from English, Eric, waved at me from across the room.

她们被她的勇敢和我说话所感动。这个来自英国的男孩艾瑞克,在对面的房间向我招手。

It was there, sitting in the lunchroom, trying to make conversation withseven curious strangers, that I first saw them.

这是坐在午餐房间,我尝试着和我第一次见面的几个陌生人聊天。

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

  1. Chapter 1 First Sight——26

    "Which ones are the Cullens?" I asked. "They don't look related…" 哪一个是卡伦,我问道,他们都 ...

  2. Chapter 2 Open Book——20

    Jessica pulled on my arm. Jessica拉了一下我的手臂. "Hello? Bella? What do you want?"I looked down; ...

  3. Chapter 1 First Sight——37

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

  4. Chapter 1 First Sight——36

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

  5. Chapter 1 First Sight——35

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

  6. Chapter 1 First Sight——34

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

  7. Chapter 1 First Sight——33

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

  8. Chapter 1 First Sight——32

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

  9. Chapter 1 First Sight——31

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

随机推荐

  1. java innerclass

    ---恢复内容开始--- 内部类: public class Inner{ public class Inner2{} } 创建内部类对象 .new public class Test {    in ...

  2. css sprite的使用心得

    提高网页显示速度最有效的一个方法是减少页面的HTTP请求次数,为了减少HTTP请求次数,最直接有效的方法是使用精灵图片(CSS sprites),精灵图片是把许多图片放到一张大图片里面,通过CSS来显 ...

  3. shell小脚本工具合集

    1.将指定内容写入文件 echo "hello world" > file.txt echo "hello world" >> file.tx ...

  4. android 布局页面文件出错故障排除Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V

    今天在看布局文件的时候出现 android 布局页面文件出错故障排除Exception raised during rendering: java.lang.System.arraycopy([CI[ ...

  5. VBS脚本操作网页元素

    =================打开百度,点击百度按钮==================== Dim btn,ieSet ie = WScript.CreateObject("Inter ...

  6. 无论url请求什么.都可以拼接class类名.实例化.传递get参数-->给当前控制器-->传递给抽象父类-->都交给抽象父类.这个方法去处理call_user_func_array()

    <?phpdefine('DS','/');define('A_PATH',str_replace('\\','/',dirname(__FILE__)).DS); //01获取到主程序目录cl ...

  7. List列表 OrderBy

    一个条件排序情况 list.OrderBy(item => tem.State); 多个条件的情况下 list.OrderBy(item => new {item.State, item. ...

  8. ios控件 UIControl

    < UIControl> 1 处理用户事件的控件的基类,如UIButton,UISlider等 2 一般不直接实例化,而是使用他的子类 3 可以通过跟踪触摸事件来设置和获取控件状态,并且这 ...

  9. TextBox只读时不能通过后台赋值取值解决办法

    给页面的TextBox设置ReadOnly="True"时,在后台代码中不能赋值取值,下边几种方法可以避免:  1.不设置ReadOnly,设置onfocus=this.blur( ...

  10. uCGUI的文字与数值显示方法

    uCGUI的数值显示非常的灵活方便,是制作LCD界面非常好的选择. 文字与数值显示的方法: 常用文本显示函数: void GUI_DispStringAt(const char GUI_FAR *s, ...