Chapter 1 First Sight——20
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的更多相关文章
- Chapter 1 First Sight——26
"Which ones are the Cullens?" I asked. "They don't look related…" 哪一个是卡伦,我问道,他们都 ...
- Chapter 2 Open Book——20
Jessica pulled on my arm. Jessica拉了一下我的手臂. "Hello? Bella? What do you want?"I looked down; ...
- 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——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- 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 ...
随机推荐
- sql随机
想从MySQL数据库中随机取一条或者N条记录时,最好把RAND()生成随机数放在JOIN子查询中以提高效率. SELECT id FROM table ORDER BY RAND() LIMIT n; ...
- 在自学php的路上不知道怎么走!!
在自学php的路上不知道怎么走!! 真希望有人给我指点一二!!!
- java本地方法
一. 什么是Native Method 简单地讲,一个Native Method就是一个java调用非java代码的接口.一个Native Method是这样一个java的方法:该方法的实现由非j ...
- android基础知识点复习之短信发送
界面布局: activity_main.xml <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/an ...
- HDU 5348 MZL's endless loop
乱搞题...第一直觉是混合图的欧拉通路,但是感觉并没有多大关系.最终AC的做法是不断的寻找欧拉通路,然后给边标号.所有边访问了一遍,所有点访问了一遍,效率是o(n+m).不存在-1的情况. #incl ...
- SVN的学习以及使用!
什么是版本控制? 版本控制是记录一个或若干文件内容变化的系统.以便将来查阅特定版本修订情况. 版本控制,就像是一本历史书,记录了软件版本的迭代过程. 为什么需要"版本控制" 需要清 ...
- VBS获取Ini配置文件一个节点下的所有字段的值
''* 功能:使用VBS读取ini文件中指定节点下的所有值'* 输入参数:inipath :ini文件的地址'* initypes :ini文件中包含在"["和 ...
- [Lua]Lua高级教程Metatables
什么是Metatable metatable是Lua中的重要概念,每一个table都可以加上metatable,以改变相应的table的行为. Metatables举例 -- 声明一个正常的关系变量 ...
- varnish缓存安装使用
varnish PDF http://files.cnblogs.com/jimingsong/varnish.pdf 目前介绍CentOS6.4-64位系统 yum安装varnish: 配置varn ...
- ios控件 UILabel
UILabel 的作用是显示文本 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 100, 40)]; lab ...