Chapter 1 First Sight——24
He looked away quickly, more quickly than I could, though in a flush of embarrassment I dropped my eyes at once.
他看一眼就很快把目光移开了,比我还要快,尽管我的眼睛第一时间充满了尴尬。
In that brief flash of a glance,his face held nothing of interest — it was as if she had called his name,and he'd looked up in involuntary response, already having decided not to answer.
在这个简短的一撇之下,他的脸上表现出毫无兴趣,这就好像是她叫了他的名字,但是他抬头看了一眼无意识的回复了一下,早已决定不回答了。
My neighbor giggled in embarrassment, looking at the table like I did.
我的邻边的同学在尴尬的时候傻笑,像我一样看着那张桌子。
"That's Edward and Emmett Cullen, and Rosalie and Jasper Hale. The one who left was Alice Cullen; they all live together with Dr. Cullen and his wife." She said this under her breath.
那是Edward和Emmett Cullen,Rosalie 和Jasper Hale。坐在左边的是Alice Cullen,他们懂和Cullen先生和他的妻子生活在一起,她一口气说着。
I glanced sideways at the beautiful boy, who was looking at his tray now,picking a bagel to pieces with long, pale fingers. His mouth was movingvery quickly, his perfect lips barely opening.
我瞥了一眼旁边的美丽的男孩,那个现在看着他的托盘的那个。用修长的手指拿着一个百吉饼的一片。他的嘴移动的很快,他完美的嘴唇很少张开。
我从一旁瞥了一眼那个俊美的男孩,他现在盯着自己的盘子看,用纤长苍白的手指拿起一个面包圈撕成一片片。他的嘴动得很快,他漂亮的嘴唇只是微微张开。其余三个依然看着别处,但我可以感觉到他是在小声跟他们说话。
The other three still looked away, and yet I felt he was speaking quietly to them.
其他的三个人仍然在看旁边,然后我发现他正在悄悄的和他们说话。
Strange, unpopular names, I thought. The kinds of names grandparents had.
奇怪,不流行的名字,我想到。那些类似我外祖父母的名字。
But maybe that was in vogue here — small town names? I finally remembered that my neighbor was called Jessica, a perfectly common name. There were two girls named Jessica in my History class back home.
但是可能在这流行,小城镇的名字?最终我终于记住了我同伴的名字叫Jessica,一个很普通的名字。这里有两个女孩名字都叫Jessica在我历史课上面。
奇怪的,复古的名字,我这样想着。这样的名字是祖父母辈才用的名字。但也许在这里很时髦?——小镇里的名字?我最终想起来坐我旁边的女孩叫杰西卡,一个相当普通的名字。在我家那边我的历史课上就有两个叫杰西卡的女生。
Chapter 1 First Sight——24的更多相关文章
- Chapter 2 Open Book——24
Mike kept up a string of complaints on the way to building four. mike去教学楼的路上一直嘀咕抱怨着. Once inside the ...
- 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 ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 第一题 (Map)利用Map,完成下面的功能:
从命令行读入一个字符串,表示一个年份,输出该年的世界杯冠军是哪支球队.如果该 年没有举办世界杯,则输出:没有举办世界杯. 附:世界杯冠军以及对应的夺冠年份,请参考本章附录. 附录 1.历届世界杯冠 ...
- 自定义Button成进度条
ProgressButton源码: package com.example.progressbutton; import android.content.Context; import android ...
- 会话技术cookie和session详解
什么是会话 会话可简单理解为:用户开一个浏览器,点击多个超链接,访问服务器多个web资源,然后关闭浏览器,整个过程称之为一个会话. 会话技术解决了什么问题 每个用户与服务器进行交互的过程中,各自会有一 ...
- 欧几里得算法求最大公约数(gcd)
关于欧几里得算法求最大公约数算法, 代码如下: int gcd( int a , int b ) { if( b == 0 ) return a ; else gcd( b , a % b ) ; } ...
- 杭电OJ分类
基础题:1000.1001.1004.1005.1008.1012.1013.1014.1017.1019.1021.1028.1029.1032.1037.1040.1048.1056.1058.1 ...
- HDU 5777 domino
贪心一下.有k次机会,也就是那些数字中,最大的k-1可以不选择.答案为:sum{a[i]}-sum{最大的k-1个a[i]}+n.注意:k>=n的时候直接输出n. #pragma comment ...
- DOM操作-根据name获取网页中的全部复选框
描述: 与id不同,多个元素可以使用相同的name属性,如果需要获取这一类元素的DOM对象,就需要使用getElementsByName()函数 代码: <!DOCTYPE html> & ...
- 第一天学习oc用xcode做的一个加减乘除 圆的面积计算
#import <Foundation/Foundation.h> //这是oc的框架 @interface jisuan : NSObject //申明一个jisuan这样的类 并继 ...
- iOS申请真机调试证书 -- 图文详解
请参考这篇文章 : http://ios.9tech.cn/news/2013/1011/33117.html 这篇文章完全就是对的,主要是最后一步 “配置Xcode" 图没有配全,也配得不 ...
- Entity Framework 学习高级篇2—改善EF代码的方法(下)
,IQueryable<Customers>>( (database) => database.Customers.Where(c => c.City == " ...