"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的更多相关文章

  1. Chapter 2 Open Book——28

    I kept my voice indifferent. "May I?" 我尽量让我的声音显得不那么突兀,我能试试吗? 我尽量让自己的声音显得漠不关心.“可以让我看一下吗?” H ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  6. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  7. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  8. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  9. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

随机推荐

  1. SQL Server函数格式

    函数格式CREATE FUNCTION -- ============================================= -- Author: Clive Chinery -- Cre ...

  2. Jquery跨域调用后台方法

    //前端JS function CallHandlerByJquery() { var url = "http://" + window.location.hostname + & ...

  3. Spring Boot 系列教程18-itext导出pdf下载

    Java操作pdf框架 iText是一个能够快速产生PDF文件的java类库.iText的java类对于那些要产生包含文本,表格,图形的只读文档是很有用的.它的类库尤其与java Servlet有很好 ...

  4. Java 语言的 XPath API

    如果要告诉别人买一加仑牛奶,您会怎么说?"请去买一加仑牛奶回来" 还是 "从前门出去,向左转,走三个街区向右转,再走半个街区向右转进入商店.走向四号通道,沿通道走五米向左 ...

  5. Java继承多态中的方法访问权限控制

    java中的方法天生具有继承多态特性,这点与C++有很大不同(需要在父类方发上加virtual关键字),但用起来确实方便了许多. 最简单的继承多态 声明一个接口BaseIF,只包含一个方法声明 pub ...

  6. linux 安装mysql数据库

    Ubuntu上安装MySQL非常简单,只需要打开终端,几条命令就可以完成. 1. sudo apt-get install mysql-server 2. apt-get isntall mysql- ...

  7. Linux格式化字符串

    > 常用 > 详细 给定的格式FORMAT 控制着输出,解释序列如下: %% 一个文字的 % %a 当前locale 的星期名缩写(例如: 日,代表星期日) %A 当前locale 的星期 ...

  8. 打开新世界的第一步:学习servlet

    什么是servlet? 是用Java编写的服务器端程序.其主要功能在于交互式地浏览和修改数据,生成动态Web内容. 创建servlet 一.创建一个web project 1)流程:eclipse-F ...

  9. Java Web 开发环境快速搭建

    Java Web 开发环境快速搭建 在因某种原因更换开发设备后,可依据此文快速搭建开发环境,恢复工作环境. Java开发环境: Windows 10 (64-bit) Oralce JDK Eclip ...

  10. Maven-项目构建技术(工具)

    Maven-项目构建技术(工具) 主要的内容目标:如何创建项目.如何导入jar.如何进行其他配置.如何管理生命周期 今天的主要安排: maven的概述(为什么要用?是什么) 快速入门(配置.名词解释. ...