Chapter 2 Open Book——29
Which left me with nothing to do but try to not look at him…unsuccessfully.
我没什么事情可以做但是我尝试不去看他,但是失败了。
I glanced up, and he was staring at me, that same inexplicable look of frustration in his eyes.
我瞥了一眼,他在盯着我看,在他的眼中有一种令人费解的挫折。
Suddenly I identified that subtle difference in his face.
突然我意识到在他脸上细微的变化。
"Did you get contacts?" I blurted out unthinkingly.
你戴隐形眼镜吗?我没有想好就脱口而出。
He seemed puzzled by my unexpected question.
他看起来很疑惑对于我突如其来的问题。
"No.""Oh," I mumbled. "I thought there was something different about your eyes."
没有。哦。我嘀咕道。我看见你的眼睛有所不同。
He shrugged, and looked away.
他耸耸肩,然后看向别处。
In fact, I was sure there was something different.
事实上,我能确定有一些不同。
I vividly remembered the flat black color of his eyes the last time he'd glared at me — the color was striking against the background of his pale skin and his auburnhair.
我深刻的记得最后一次他看我的时候眼睛的颜色是黑色的——这种颜色和他苍白的肤色和他的头发形成鲜明的对比。
上次他曾那样地瞪着我——那种眸色在他的苍白肌肤和红色头发的映衬下越发醒目。
Today, his eyes were a completely different color: a strange ocher,darker than butterscotch, but with the same golden tone.
今天,他的眼睛是完全一个不同的颜色。一种奇怪的黄褐色,比奶油糖果更深,但是和石头一样金色。
今天,他的眼睛是另一种完全不同的颜色:一种奇怪的黄褐色,比奶油糖的颜色略深一些,但同样是金黄的色调。
I didn't understand how that could be, unless he was lying for some reason about the contacts.
我不明白为什么会这样,除非他出于一些原因对隐形眼镜说了慌。
我无法理解这种事情,除非是他出于某种原因在隐形眼镜的事情上说了谎。
Or maybe Forks was making me crazy in the literal sense of the word.
又或者是福克斯让我疯狂地脱离了对世界的正常感知。
Chapter 2 Open Book——29的更多相关文章
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
- Chapter 5 Blood Type——29
"We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...
- 零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能
原文:零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能 本章所讲的是运用ListBox.TextBox与Button,做出简单的列表 ...
- MySQL Crash Course #21# Chapter 29.30. Database Maintenance & Improving Performance
终于结束这本书了,最后两章的内容在官方文档中都有详细介绍,简单过一遍.. 首先是数据备份,最简单直接的就是用 mysql 的内置工具 mysqldump MySQL 8.0 Reference Man ...
- Modern C++ CHAPTER 2(读书笔记)
CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...
- Chapter 4: Tomcat Default Connector
一.概述 第三章介绍的connector是一个很好的学习工具,但是我们还可以做的更多.这一章介绍的是Tomcat4默认的connector. 一个Tomcat的connector是一个独立的模块,能够 ...
- JavaScript- The Good Parts Chapter 4
Why, every fault’s condemn’d ere it be done:Mine were the very cipher of a function. . .—William Sha ...
- Chapter 2 - How to Add a sprite
Chapter 2 - How to Add a sprite 1. Add image resources 1.1add resources on win32 2. Add a sprite TIP ...
- Chapter 5 - How to Detect the Collisions
Chapter 5 - How to Detect the Collisions Our hero can fire bullets now, but the bullets are only vis ...
随机推荐
- tabindex属性
1. tabindex的用法: 可以设置tab键在控件中的移动顺序. 以下元素支持tabindex属性:<a> <input> <textarea> <are ...
- Mocha的单元测试实战
Mocha Mocha是一个测试框架,为JS应用添加测试.使用见:mochajs. Mocha结合Nodejs实战 ontstair.js 这里我们使用自定义模块:ontstair.js,代码如下. ...
- oracle ebs 分类账与法人主体对应关系
--ebs 分类账与法人主体对应关系 SELECT A.SET_OF_BOOKS_ID LEDGER_ID, GL.NAME LEDGER_NAME, GL.CURRENCY_CODE, FFV.FL ...
- C#把gird数据导出到excel
/// <summary> /// DataTable导出到Excel /// </summary> /// <param na ...
- php学习笔记——语言切换
现在的网站很多都可以实现多语言,于是记录一下多语言的实例. 方法一:通过将所有显示在页面的字段放在一个message文件里面来实现 思路如下图: test代码: main.php: <?php ...
- Ubuntu 16.04 Django安装和配置
之前有安装和配置过,换了台电脑,再安装和配置,忽然发现差不多都忘记了,这里记录下已备之后查阅. sudo apt-get install python-pip sudo apt-get install ...
- hdu1033
#include<stdio.h> #include<string.h> const int MAXN=200; char str[MAXN]; int main() { in ...
- gulp插件大全
原文:http://www.mamicode.com/info-detail-517085.html No.1.run-sequence 作用:让gulp任务,可以相互独立,解除任务间的依赖,增强 ...
- PIE 阻断回溯——Cut
PIE(Prolog Inference Engine)通常是搜索所有的解.举个例子, 当然dialog窗口中一开始调用 run. 只会显示一个解(虽然事实上会得到两个解),在前面加上 X=1,就可以 ...
- C/C++-style输入输出函数
C风格的输入输出 (1) int getchar() 与 int putchar(int c) getchar从stdin输入流中读取字符,每次只能读取一个字符.若想一次性读取多个字符,则可将其放入循 ...