Throughout all this conversation, my eyes flickered again and again to the table where the strange family sat.

从对话的自始自终我的眼睛都一遍又一遍的闪烁在那个奇怪家庭的位置上。

They continued to look at the walls and not eat.

他们继续看着墙并且不吃东西。
"Have they always lived in Forks?" I asked.

他们经常住在福克斯?我问道

Surely I would have noticed them on one of my summers here.

当然我在这里的一个夏天就应该注意到他们。

确实是这样的话,在我呆在这里的某个夏天我就该注意到他们了。
"No," she said in a voice that implied it should be obvious, even to a new arrival like me.

不是。她用显而易见的语气说道,即使对于我这样的新生来说。

"They just moved down two years ago from somewhere in Alaska."

他们只是两年前从Alaska搬来。
I felt a surge of pity, and relief. Pity because, as beautiful as they were, they were outsiders, clearly not accepted.

我感到一阵怜悯涌上心头,还有宽慰。怜悯是因为,他们的美丽,他们是局外人,肯定没有被接受。

Relief that I wasn't the only newcomer here, and certainly not the most interesting by any standard.

宽慰的是新来的不止我一个,站在任何立场上面都不是最感兴趣的。

无论以任何标准评判也绝不是最引人注目的。

As I examined them, the youngest, one of the Cullens, looked up and met my gaze, this time with evident curiosity in his expression.

随着我对他们的了解,最年轻的Cullens中的一人,抬头看见我的凝视,这次在他的表达中有着明显的好奇心。

As I looked swiftly away, it seemed to me that his glance held some kind of unmet expectation.

随着我的目光移走,对于我来说他的一瞥有着一些为满足的期待。

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

  1. Chapter 2 Open Book——27

    My assessment was confident. 我的评价是很自信的. "Prophase.""Do you mind if I look?" he a ...

  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. mybatis处理特殊符号

    当我们需要通过xml格式处理sql语句时,经常会用到< ,<=,>,>=等符号,但是很容易引起xml格式的错误,这样会导致后台将xml字符串转换为xml文档时报错,从而导致程序 ...

  2. POJ 2411 Mondriaan's Dream/[二进制状压DP]

    题目链接[http://poj.org/problem?id=2411] 题意:给出一个h*w的矩形1<=h,w<=11.用1*2和2*1的小矩形去填满这个h*w的矩形,问有多少种方法? ...

  3. hadoop集群免密码登陆

    今天用openstack的dashboard创建了5个instance,现在的工作就是让它们可以相互访问. 1个namenode,4个datanode. 总体思路:有namenode产生公钥和密钥,传 ...

  4. Namenode写Journalnode超时,导致Namenode挂掉的问题

    昨天还好好的集群,今天早上来看又挂掉了,还好是家里的测试服务器集群... 首先,查看了Namenode的状态,发现两台Namenode只剩下一台了,赶紧到挂了的那台去查看了logs下的日志: -- : ...

  5. ajax 跨域携带COOKIE

    这个问题属于Ajax跨域携带Cookie的问题,找了一篇博文的解决方案. 原生ajax请求方式: var xhr = new XMLHttpRequest(); xhr.open("POST ...

  6. selenium webdriver学习-怎么等待页面元素加载完成

    http://blog.csdn.net/aerchi/article/details/8055913 WebDriverWait类和ExpectedCondition

  7. python 强制结束线程的坑

    网上流传了两种能强制结束线程的错误姿势 第一种:通过setDaemon来结束线程 http://www.cnblogs.com/jefferybest/archive/2011/10/09/22040 ...

  8. (转)URI与URL的区别

    这两天在写代码的时候,由于涉及到资源的位置,因此,需要在Java Bean中定义一些字段,用来表示资源的位置,比如:imgUrl,logoUri等等.但是,每次定义的时候,心里都很纠结,是该用imgU ...

  9. 读书笔记之C# delegate

    c#代理的使用主要在:需要将一个方法当做参数传递到另一个方法时. 比如启动一个线程执行任务,而这个线程要执行的方法可以通过代理传递过来. 代理包括一个方法或者多个方法的地址和C++的函数指针很相似,但 ...

  10. 浙大 pat 1023题解

    1023. Have Fun with Numbers (20) 时间限制 400 ms 内存限制 32000 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue ...