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 ...
随机推荐
- use 2 stacks to simulate a queue
class Stack{ private: ; ]; public: void push(int n); int pop(); int peek(); int size(); }; void Stac ...
- Shell脚本常用判断
-e filename 如果 filename存在,则为真 -d filename 如果 filename为目录,则为真 -f filename 如果 filename为常规文件,则为真 -L fi ...
- 还原openstack配置文件的方法
cp -a /etc/neutron/neutron.conf /etc/neutron/neutron.conf.bakcp -a /etc/neutron/plugins/ml2/ml2_conf ...
- MapReduce初级案例
1.数据去重 "数据去重"主要是为了掌握和利用并行化思想来对数据进行有意义的筛选.统计大数据集上的数据种类个数.从网站日志中计算访问地等这些看似庞杂的任务都会涉及数据去重.下面就 ...
- python解决接口测试获取手机验证码问题
最近在做接口测试的时候遇到一个问题,就是有个很重要的接口要用到手机短信验证码,而其他接口都依赖于这个验证码,如果没有短信验证码就不能进行下面接口的测试,所以为了定时的验证线上的接口是否正常,而且又不修 ...
- mysql常用命令使用技巧
一.连接Mysql格式: mysql -h主机地址 -u用户名 -p用户密码 1.连接到本机上的MYSQL.首先打开DOS窗口,然后进入目录mysql\bin,再键入命令mysql -u root - ...
- Chapter 2 Open Book——15
The rest of the week was uneventful. I got used to the routine of my classes. 这周剩下的时间都是平淡无事的.我就是正常的上 ...
- hdu_5752_Sqrt Bo(xjb搞)
题目链接:hdu_5752_Sqrt Bo 题意: 给你一个数,问你最少要开多少次方才能为1 题解: 我们发现如果给的数大于232 那么肯定在5次以内是开不出来的,所以直接输出TAT,然后小于的就模拟 ...
- gridview列绑定HyperLink
<asp:HyperLink ID="HyperLink1" Target="_blank" runat="server" Navig ...
- MyEclipse的Expressions没有结果的解决办法
之前我的Expressions在Value这一列什么都不显示,就连简单的1+2结果3都不显示出来. 然后我咬咬牙把它卸载了,然后重装就好了,我也不清楚是什么原因. 1.之前我安装的目录是"C ...