Chapter 1 First Sight——28
"Which one is the boy with the reddish brown hair?"
那个红褐色头发的男孩是谁?
I asked. I peeked at him from the corner of my eye, and he was still staring at me, but not gawking like the other students had today — he had a slightly frustrated expression.
我问道。我用眼角的余光偷偷看了他一眼,他仍然看着我,但是没有像今天别的学生一样呆呆的看着我,他有一点失望的表现。
peeked at 偷偷看
I looked down again. "That's Edward. He's gorgeous, of course, but don't waste your time. He doesn't date.
我又低下了头。那是爱德华,当然他挺不错的,不要浪费你的时间。他还没有女朋友。
Apparently none of the girls here are good-looking enough for him." She sniffed, a clear case of sour grapes.
显然这里的女孩都对他不够漂亮。她嗤之以鼻,明显是酸葡萄心态。
I wondered when he'd turned her down. I bit my lip to hide my smile.
我想应该是他曾经拒绝过她。我咬住我的嘴唇来隐藏我的笑容。
Then I glanced at him again. His face was turned away, but I thought his cheek appeared lifted, as if he were smiling, too.
然后我又瞥了他一眼。他的脸转开了,但是他的脸颊微微扬起,好像他在微笑一般。
After a few more minutes, the four of them left the table together.
几分钟之后,他们四个一起离开了桌子。
They all were noticeably graceful — even the big, brawny one. It was unsettling to watch.
他们明显都很优雅,甚至是那个体型大的,肌肉结实的那个也是。看起来让人不安
The one named Edward didn't look at me again.
那个名字叫爱德华的没有再看我一眼。
I sat at the table with Jessica and her friends longer than I would have if I'd been sitting alone.
我和Jessica 还有她的朋友坐在一桌,我宁可我一个人坐一桌。
我跟杰西卡和她的那些朋友在饭桌上坐了很久,我一个人是坐不了这么久的。
Chapter 1 First Sight——28的更多相关文章
- Chapter 2 Open Book——28
I kept my voice indifferent. "May I?" 我尽量让我的声音显得不那么突兀,我能试试吗? 我尽量让自己的声音显得漠不关心.“可以让我看一下吗?” H ...
- 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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 小谈数据库Char、VarChar、NVarChar差异
1. char 固定长度,最长n个字符. 2. varchar 最大长度为n的可变字符串. (n为某一整数,不同数据库,最大长度n不同) char和varchar区别: ...
- Android KeyCode
KEYCODE_UNKNOWN=0; KEYCODE_SOFT_LEFT=1; KEYCODE_SOFT_RIGHT=2; KEYCODE_HOME=3; KEYCODE_BACK=4; KEYCOD ...
- sql 根据字段查询不同表
SELECT snFundType,snBusinessType, THEN (select vcPaySerialNo from aa where vcSerialNo=a.vcRelationSe ...
- wordpress 删除底部"自豪地采用 WordPress"
找到footer.php文件,删除以下代码即可: <footer id="colophon" class="site-footer" role=" ...
- express学习点滴- methodOverride
app.use(express.methodOverride());在app.js中可以看到这个中间件,去翻文档,几乎没有提到.一番寻找,整理如下. 作用是使用REST风格的http请求时,进行改写后 ...
- Linux安全审计命令
安全审计 数据分析 capinfos xxx.pcap 产看数据包基本信息 日志分析 who /var/log/wtmp #查看登录用户信息 哈希校验 sha265 文件名 md5sum 文件名 &g ...
- JavaScript中的window对象
JavaScript中的window对象:http://www.cnblogs.com/kissdodog/archive/2013/01/01/2841464.html
- Spring MVC Flash Attribute
转自:Spring MVC Flash Attribute 的讲解与使用示例 Spring MVC 3.1版本加了一个很有用的特性,Flash属性,它能解决一个长久以来缺少解决的问题,一个POST/R ...
- 异常处理try-catch-finally笔记
当程序发生异常时,我们期望:返回到一种安全状态,并能够让用户执行一些其他的命令:或者 允许用户保存所有操作的结果,并以适当的方式终止程序. 异常处理机制:程序的执行过程中如果出现异常,会自动生成一个异 ...
- Java线程经典面试题
53道Java线程面试题 下面是Java线程相关的热门面试题,你可以用它来好好准备面试. 1) 什么是线程? 线程是操作系统能够进行运算调度的最小单位,它被包含在进程之中,是进程中的实际运作单位.程序 ...