They were sitting in the corner of the cafeteria, as far away from where I sat as possible in the long room.

我们坐在自主餐厅的角落里,在房间里坐的尽可能的远离我坐的地方。

There were five of them. They weren't talking, and they weren't eating, though they each had a tray of untouched food in front of them.

他们有五个人,他们没有谈话,他们也没有吃东西,尽管在他们前面有一整个托盘的食物没有动过。

They weren't gawking at me, unlike most of the other students, so it was safe to stare at them without fear of meeting an excessively interested pair of eyes.

他们没有呆呆地看着我,不像其他大多数的学生一样,所以盯着他们看是很安全的,不会害怕他们用过分感兴趣的眼神看着我。

他们坐在自助餐厅的一角,与我坐的地方隔着长长的房间。他们五个人,既不交谈,也不吃东西,尽管他们每个人面前都摆着一盘不曾动过的食物。他们不像大多数学生那样呆呆地盯着我看,因此盯着他们看很安全,不必担心遇上一双太过感兴趣的眼睛。但这些都不是吸引我注意力的原因。

But it was none of these things that caught, and held, my attention.

但是没有任何事情可以让我或者引起我的注意。

They didn't look anything alike. Of the three boys, one was big — muscled like a serious weight lifter, with dark, curly hair.

他们没有看到任何喜欢的事情。三个男孩中一个有点胖,看起来很有肌肉的样子,有着黑色的卷发。

他们的长相并不相似。。三个男孩中的一个体格健硕——浑身的肌肉像个专业举重运动员——长着一头卷曲的黑发。另一个男孩更高些,瘦削些,但还是很健壮,头发是蜜色的。最后一个男孩身材瘦长,更纤细些,有着慵懒凌乱的红发。他比另外两个显得更孩子气些,那两个看上去更像是大学生,或者说,更像这里的老师而不像是学生。

Another was taller,leaner, but still muscular, and honey blond. The last was lanky, lessbulky, with untidy, bronze-colored hair.

另一个更高的更瘦的,但是仍然挺有肌肉的,有着蜂蜜般的金发。最后一个是瘦长的,更瘦小的,但是不是侏儒,青铜色的头发。

He was more boyish than theothers, who looked like they could be in college, or even teachers hererather than students.

和其他人比他是最男孩子气的一个,他看起来应该在大学里面,或者甚至比老师更像学生。

Chapter 1 First Sight——21的更多相关文章

  1. Chapter 2 Open Book——21

    I kept my head down and glanced up under my lashes. 我一直保持低着头并且在睫毛之下瞟了一眼. None of them were looking t ...

  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. css样式表及属性

    CSS(Cascading Style Sheet,叠层样式表),作用是美化HTML网页. /*注释区域*/    此为注释语法 一.样式表 (一)样式表的分类 1.内联样式表 和HTML联合显示,控 ...

  2. javascript显式类型的转换

    显式类型转换目的:为了使代码变得清晰易读,而做显示类型的转换常使用的函数:Boolean(),String(),Number()或Object()如:Nunber(5) //5String(true) ...

  3. Mac 下office 2013制作组合表

    1.选择所有数据,插入图表→柱状图.2.选中柱状图中得某一数据,如栏目量.这个在柱状图上单击一次橙色柱子就能全部选中.3.更改图表类型,改为饼状图,再单击饼状图改为折线图.

  4. 学习笔记——责任链模式ChainOfResponsibility

    责任链模式,主要是通过自己记录一个后继者来判断当前的处理情况.Handler中,再增加一个方法用于设置后继对象,如SetHandler(Handler obj). 然后Handler类以其子类的处理方 ...

  5. Java中String转换Double类型 Java小数点后留两位

    Java中String转换Double类型 double num1 = 0.0; String qq = "19.987"; num1 = Double.valueOf(qq.to ...

  6. js算数方法

    原文:http://www.w3school.com.cn/js/js_obj_math.asp 除了可被 Math 对象访问的算数值以外,还有几个函数(方法)可以使用. 函数(方法)实例: 下面的例 ...

  7. flash 右键菜单隐藏与修改

    来源:http://blog.sina.com.cn/s/blog_7264c84401014fmd.html import flash.ui.ContextMenu;import flash.ui. ...

  8. php:sprintf

    十六进制 $hex = sprintf("%x",18); 输出:12(%x表示十六进制) $hex = sprintf("%4x",18); 输出:strin ...

  9. 在JavaScript中创建命名空间的几种写法

    在JavaScript中全局变量经常会引起命名冲突,甚至有时侯重写变量也不是按照你想像中的顺序来的,可以看看下面的例子: var sayHello = function() { return 'Hel ...

  10. 安装你自己的perl modules

    来源: http://www.cnblogs.com/itech/archive/2012/12/17/2822044.html 安装你自己的perl modules.当没有root权限的时候,需要安 ...