Chapter 1 First Sight——27
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的更多相关文章
- Chapter 2 Open Book——27
My assessment was confident. 我的评价是很自信的. "Prophase.""Do you mind if I look?" he a ...
- 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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- for i in xrange(0,5)使用过程中遇到的问题
文件中共有4行内容. fd = open("C:\Users\william\Desktop\dup_file - Copy (2).txt")for i in xrange(0, ...
- Jquery跨域调用后台方法
//前端JS function CallHandlerByJquery() { var url = "http://" + window.location.hostname + & ...
- 关于Application的onCreate以及Activity生命周期在源码里都是什么时候调用的
在ActivityThread.handleLaunchActivity中 Activity a = performLaunchActivity(r, customIntent);这一方法最终回调目标 ...
- ERROR Worker: All masters are unresponsive! Giving up
启动spark的时候发现,主节点(master)上的Master进程还在,子节点(Worker)上的Worker进程自动关闭. 在子节点上查询log发现: ERROR Worker: All mast ...
- 《JavaScript高级程序设计》读书笔记 ---单体内置对象
Global对象Global(全局)对象可以说是ECMAScript 中最特别的一个对象了,因为不管你从什么角度上看,这个对象都是不存在的.ECMAScript 中的Global 对象在某种意义上是作 ...
- 纯注解快速使用spring IOC容器
使用spring的ioc容器实现对bean的管理与基本的依赖注入是再经典的应用了.基础使用不在详述. 这里主要介绍下使用注解实现零配置的spring容器.我相信你也会更喜欢使用这种方式.Spring ...
- openstack私有云布署实践【13.1 网络Neutron-compute节点配置(科兴环境)】
所有kxcompute节点 下载安装组件 # yum install openstack-neutron openstack-neutron-linuxbridge ebtables ipset ...
- 关于odbc连接orcal,用户名密码大小写敏感问题
在oracle的之前版本时, 你的用户名密码是大小写不敏感的, 但在11g中, 数据库默认密码的大小写是敏感的, 于是我们就知道了一个事实, 那就是jdbc在给oracle密码时, 会将其变成大写,真 ...
- ggplot2 geom设置—散点图
散点图也是目前R中的常用的图形之一 geom_point(mapping = NULL, data = NULL, stat = "identity", position = &q ...
- MongoDB文档基本操作
一.插入文档 使用insert()或save()方法向集合插入文档 >db.COLLECTION_NAME.insert(document) 详细用法可以参考MongoDB菜鸟教程 二.查找文档 ...