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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- TheSixthWeekJavaText
加密文档 实验要求编写一个算法加密一串英文字串. 设计思想:对于一个字符串,我们可以用String.charAt()方法依次取出其中的字符元素,组成一个字符数组.由于字符可以转化为short类型变量进 ...
- 总结一下js的原型和原型链
最近学习了js的面向对象编程,原型和原型链这块是个难点,理解的不是很透彻,这里搜集了一些这方面的资料,以备复习所用 一. 原型与构造函数 Js所有的函数都有一个prototype属性,这个属性引用了一 ...
- 关于用PS改变图像颜色
由于写的一个页面主色调变了,里面的一些图标颜色也要相应改变,自己难得重新去psd里面截图,就想着用ps,看能否直接能变换一下图标颜色.其实方法也很简单的. 1:用ps打开需要改变图标颜色的文件,然后选 ...
- gitlab自动备份
1.周期性计划任务: $crontab -e 0 0 * * * /opt/gitlab/bin/gitlab-rake gitlab:backup:create $service crond res ...
- MySQL 5.5 禁用 innodb
MySQL 5.5 禁用 innodb 编辑: my.ini 添加: default-storage-engine=MYISAM skip-innodb
- js--冒泡排序[由小到大]
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name ...
- 【Sort】插入排序
今晚更新几个排序算法 插入排序,时间复杂度O(n^2),从前往后遍历,每遍历到一个值的时候,其前面的所有值已经完成排序,把这个值插入适当位置 void intersort(int *nums,int ...
- 数学#素数筛法 HDU 4548&POJ 2689
找素数本来是很简单的问题,但当数据变大时,用朴素思想来找素数想必是会超时的,所以用素数筛法. 素数筛法 打表伪代码(用prime数组保存区间内的所有素数): void isPrime() vis[]数 ...
- MongoDB数据模型(三)
六.数据模型引用 文档 我们已经知道MongoDB以文档的形式存储数据,而文档是JSON风格的数据结构,由一系列的“字段名-值”对组成,如下所示 { "item": "p ...
- WCF、Web API、WCF REST、Web Service的区别
Difference between WCF and Web API and WCF REST and Web Service The .Net framework has a number of ...