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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- mysql denied for user 'root'@'localhost'
Access[root@log01 ~]# mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user 'r ...
- Myeclipse启动错误
问题描述: Errors occurred during the build.Errors running builder 'DeploymentBuilder' on project 'szoa'. ...
- 网站引导页flash动画跳转js脚本
if (getCookie("guidance") == null) { document.cookie = "guidance=true"; window.l ...
- Devstack single node Installation on VM
Last three days, I want to install devstack on my virtual machine on Vmware Workstation.The VM'syste ...
- 分布式版本控制系统Git-----5.Git 的push命令总结
git push git push命令用于将本地分支的更新,推送到远程主机.它的格式与git pull命令相仿. git push <远程主机名> <本地分支名>:<远程 ...
- CENTOS7小注意
由于第一次使用 Linux CENTOS ,所以安装了图形界面,但是在终端执行yum 安装的时候,总是提示 Existing lock /var/run/yum.pid: another copy i ...
- 创建简单的MVC项目
一,新建一个空的MVC项目 二,连接数据库,添加一个实体模型Model.edmx
- 关于百度地图API (持续跟新)
一.初始化地图显示不在正中间,出现偏移 问题描述与解决办法: 代码: body, html, #allmap { width: 100%; height: 100%; overflow: hidden ...
- c#笔记之启动新线程
可已通过下面方法来启动一个新线程并执行相应的方法 new Thread(new ThreadStart(new Action(() => { ...
- Java Object 构造方法的执行顺序
Java Object 构造方法的执行顺序 @author ixenos 为了使用类而做的准备工作包括三个步骤 1)加载:类加载器查找字节码(一般在classpath中找),从字节码创建一个Class ...