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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- react学习笔记-05 lifecycle
根据React官网,react有三个生命状态:装载(Mounting),更新(updating),卸载() 一:装载 装载:componentWillMount/componentDidMount(组 ...
- js行内式遇到的一些问题 DOM对象和jq对象转换的问题
这两天给后台页面做页面,我的工作比较简单,只需要写结构和样式就行了,写好之后,后端大哥用ajax重写页面加载数据,顺便给标签添加选中事件,做选中后变色的处理,但是却遇到一个问题,一直选不到触发事件这个 ...
- 第一次使用cnblogs
第一次使用!!!!!留名纪念下!!!!!!!!!!!
- 在Ubuntu 14.04安装 Let’s Encrypt并配置ssl
1.下载安装 Let's Encrypt客户端 cd /usr/local/sbin sudo wget https://dl.eff.org/certbot-auto 2.添加执行权限 sudo c ...
- White space is required before the encoding pseudo attribute in the XML declaration.
错误出现的位置: <?xml version="1.0"encoding="UTF-8"?> 正确方式: <?xml version=&quo ...
- MySQL5.5安装出现CMake错误找不到CMakelists.txt原因
今天虚拟机上测试安装 CentOS6.3 + PHP5.4.8 + MySQL5.5.28,结果捣鼓了半天 MySQL都没装上,老是CMake目录下找不到那个 lists 文件,郁闷的不行,最后发现问 ...
- 第九十九节,JavaScript数据类型
JavaScript数据类型 学习要点: 1.typeof操作符 2.Undefined类型 3.Null类型 4.Boolean类型 5.Number类型 6.String类型 7.Object类型 ...
- 配置IIS提示打开目录浏览时的问题:未能从程序集“System.ServiceModel, Version=3.0.0.0”中加载类型“System.ServiceModel.Activation.HttpModule” 的解决办法
错误消息: 未能从程序集“System.ServiceModel, Version=3.0.0.0”中加载类型“System.ServiceModel.Activation.HttpModule” 的 ...
- GitHub版本控制工具入门(一)
你还在使用 SVN 吗? 那就太 low 了... 概述 要了解 github 要从另外一个软件开始,那就是 git ,他的中文意思是 傻子 ,这款软件为什么要起一个这么傻的名字呢? 那你就需要了解一 ...
- 屏幕居中(DIV/CSS) 的几种方法(转)
1.利用table特性,在width and height all set 100%的时候,可以把容器嵌套在td内形成绝对居中,此时的被嵌套容器可为绝对或者相对大小.(非标准)注意不能加声明! 如是在 ...