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的更多相关文章

  1. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

  2. Chapter 5 Blood Type——29

    "We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...

  3. 零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能

    原文:零元学Expression Blend 4 - Chapter 29 ListBox与Button结合运用的简单功能 本章所讲的是运用ListBox.TextBox与Button,做出简单的列表 ...

  4. MySQL Crash Course #21# Chapter 29.30. Database Maintenance & Improving Performance

    终于结束这本书了,最后两章的内容在官方文档中都有详细介绍,简单过一遍.. 首先是数据备份,最简单直接的就是用 mysql 的内置工具 mysqldump MySQL 8.0 Reference Man ...

  5. Modern C++ CHAPTER 2(读书笔记)

    CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...

  6. Chapter 4: Tomcat Default Connector

    一.概述 第三章介绍的connector是一个很好的学习工具,但是我们还可以做的更多.这一章介绍的是Tomcat4默认的connector. 一个Tomcat的connector是一个独立的模块,能够 ...

  7. 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 ...

  8. 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 ...

  9. 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 ...

随机推荐

  1. 【Spring】基于注解的实现SpringMVC+MySQL

    目录结构: // contents structure [-] SprinigMVC是什么 SpringMVC工作原理 @Controller和@RequestMapping注解 @Controlle ...

  2. iOS开源项目周报0112

    由OpenDigg 出品的iOS开源项目周报第五期来啦.我们的iOS开源周报集合了OpenDigg一周来新收录的优质的iOS开发方面的开源项目,方便iOS开发人员便捷的找到自己需要的项目工具等. GD ...

  3. Composer入门

    摘要 本文介绍Composer的入门知识,包括require和autoload部分. Java有Maven, Node.js有npm, ROR有gem, 这些语言的程序员在开心地使用包管理工具加速开发 ...

  4. 构建jenkins

    一.Jenkins简介:    jenkins,之前叫做Hudson,是基于Java开发的一种持续集成工具,用户监控秩序重复的工作,包括: 1>持续的软件版本发布测试项目. 2>监控外部调 ...

  5. C++ 处理 utf-8

    类似"abc汉字"这样的字符串是以utf-8编码; C++ 的 cout执行的操作是把参数发送给stdout,因此如果终端支持utf-8, 汉字可以使用cout打印: 比较好的办法 ...

  6. R语言 决策树算法

    定义: 决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解 ...

  7. http缓存协议详解

    Cache-control策略(重点关注):Cache-Control与Expires的作用一致,都是指明当前资源的有效期,控制浏览器是否直接从浏览器缓存取数据还是重新发请求到服务器取数据 no-ca ...

  8. Python基础之字符串

    字符串内置处理函数 1.capitalize() 描述: 将字符串的第一个字母变成大写,其他字母变小写. 示例: a= "hello world" print (a.capital ...

  9. swift3.0 原生GET请求 POST同理

    swift3.0 原生GET请求  POST同理 func getrequest(){ let url = URL(string: "http://117.135.196.139:" ...

  10. 前端知识点-CSS相关知识点

    1.解释一下CSS的盒子模型? 回答一: a.标准的css盒子模型:宽度=内容的宽度+边框的宽度+加上内边具的宽度 b.网页设计中常听的属性名:内容(content).填充(padding).边框(b ...