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. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 找工作---操作系统常考知识点总结【PB】
1.进程是并发过程中程序的执行过程 2.进程的特征:结构特征.动态性.并发性.独立性.异步性 3.临界区指在每个进程中访问临界资源的那段代码 4,现在操作系统中申请资源的基本单位是进程,在CPU得到执 ...
- iis服务器上面使用百度编辑器ueidtor提示“找不到临时文件”需要给window/temp修改权限
iis服务器上面使用百度编辑器ueidtor提示“找不到临时文件”需要给window/temp修改权限,修改php上传临时文件window/temp 给user用户组读取和写入的权限
- lr_abort()、exit(-1) 和 return-1之间的区别
int status; status = web_url("Login", "URL=https://secure.computing.com//login.asp?us ...
- NPM使用介绍
NPM是随同NodeJS一起安装的包管理工具,能解决NodeJS代码部署的很多问题,常见的使用场景有以下几种: 允许用户从NPM服务器下载别人编写的第三方包到本地使用 允许用户NPM服务器下载并安装别 ...
- 设计模式 -- 责任链模式或者叫职责链模式(Chain of Responsibility(CoR))
什么是链?前后相连,一个连接下一个,其中包括多个节点,其实责任链模式也类似,他是多个对象之间相互关联,下一个对象的操作由上一个对象关联下来,上一个对象有个方法用于指向其他对象.职责链之间的前后关系是可 ...
- linux jdk环境变量
export JAVA_HOME=/usr/share/jdk8 export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/lib/ ...
- 布局常见问题之css实现多行文本溢出显示省略号(…)全攻略
省略号在ie中可以使用text-overflow:ellipsis了,但有很多的浏览器都需要固定宽度了,同时ff这些浏览器并不支持text-overflow:ellipsis设置了,下文来给各位整理一 ...
- B/S和C/S的区别。
现在软件开发的整体架构主要分为B/S架构与C/S架构 一,C/S——Client/Service:客户机/服务器模式: C/S (Client/Server)结构,即大家熟知的客户机和服务器结构.它是 ...
- Sass与Compress实战:第八章
概要:帮助你实现样式表的最佳性能 本章内容: ● 样式表拼接 ● 样式表和资源压缩 ● 减少和并行图片请求的策略 ● 选择器性能和优化策略 1. 测量客户端性能 性能优化的起点和终点都是测量.在第一次 ...
- 2.Math对象
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...