"It's too bad about the snow, isn't it?" Edward asked. I had the feeling that he was forcing himself to make small talk with me.

下雪天真的太差了是吗?爱德华问道。我有一种感觉他是强迫自己和我聊天的。

Paranoia swept over me again. It was like he had heard my conversation with Jessica at lunch and was trying to prove me wrong.

我顿时偏执了。就像是听到我和Jessica在中饭的对话一样尝试去证明我是错的。

我又开始犯妄想症了。这简直像是他听到了午餐时我和杰西卡的对话,正努力想要证明我是错误的。

"Not really," I answered honestly, instead of pretending to be normallike everyone else.

也不是全部,我诚实的回答道,而不是假装正常和其他人一样。

“一点儿也不。”我老实答道,而不是假装和大家一样寻常。

I was still trying to dislodge the stupid feeling of suspicion, and I couldn't concentrate.

我任然尝试赶走我傻瓜的怀疑的感觉,导致我不能集中注意力。

我仍在努力把愚蠢的多疑的念头从脑海里驱逐出去,没法集中注意力。

"You don't like the cold." It wasn't a question.

你不喜欢寒冷。这不是个问题。

"Or the wet.""Forks must be a difficult place for you to live," he mused.

或者是潮湿。福克斯一定有很多和你现在生活的不同的地方。他嘀咕道。

"You have no idea," I muttered darkly.

你不知道。我暗暗嘀咕道。

“你根本想象不到。”我阴郁地低声含糊道

He looked fascinated by what I said, for some reason I couldn't imagine.

他看起来对于我说的惊奇,对于一些我不能想象的原因。

他看上去对我所说的很着迷,但我想象不出是什么原因。

His face was such a distraction that I tried not to look at it any more than courtesy absolutely demanded.

他的脸是一个分心,我试着不去看这绝对比礼貌要求。

他的脸让我分神,我只能在不失礼貌地前提下尽可能不去看他。

"Why did you come here, then?"No one had asked me that — not straight out like he did, demanding.

为什么你来这里。没有人问我这个问题--没有像他一样直接命令般的。

"It's… complicated.""I think I can keep up," he pressed.

这很复杂。我想我能坚持听完,他补充到。

“我想我可以耐心地听完。”他敦促着。

Chapter 2 Open Book——31的更多相关文章

  1. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  2. Chapter 5 Blood Type——31

    I stood carefully, and I was still fine. He held the door for me, his smile polite but his eyes mock ...

  3. 《Python核心编程》部分错误纠正(勘误表)(持续更新)

    Chapter 3: 例3-1 makeTextFile.py #!/usr/bin/env python 'makeTextFile.py' import os ls = os.linesep #g ...

  4. hbase官方文档(转)

    FROM:http://www.just4e.com/hbase.html Apache HBase™ 参考指南  HBase 官方文档中文版 Copyright © 2012 Apache Soft ...

  5. HBase官方文档

    HBase官方文档 目录 序 1. 入门 1.1. 介绍 1.2. 快速开始 2. Apache HBase (TM)配置 2.1. 基础条件 2.2. HBase 运行模式: 独立和分布式 2.3. ...

  6. 城市代码表mysql

    只有代码: # ************************************************************ # Sequel Pro SQL dump # Version ...

  7. 零元学Expression Blend 4 - Chapter 31 看如何简单的把SampleData 绑进ListBox里

    原文:零元学Expression Blend 4 - Chapter 31 看如何简单的把SampleData 绑进ListBox里 前面几章连续讲到ListBox的运用,本章要讲得是如何简单的把Sa ...

  8. PRML Chapter 2. Probability Distributions

    PRML Chapter 2. Probability Distributions P68 conjugate priors In Bayesian probability theory, if th ...

  9. CCJ PRML Study Note - Chapter 1.6 : Information Theory

    Chapter 1.6 : Information Theory     Chapter 1.6 : Information Theory Christopher M. Bishop, PRML, C ...

随机推荐

  1. import,include

    1. #import导入头文件,即:导入头文件中的内容到当前类 2. #import ""导⼊自定义类,#import <>导入类库中的头文件. 3.功能类似C语言中的 ...

  2. 原生javascript扫雷游戏

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  3. 用ES6语法和方式写gulp

    安装依赖模块 npm i -g gulp npm i gulp babel-core babel-preset-es2015 --save-dev 在创建文件 .babelrc(文件名) : (文件内 ...

  4. 命令行解决mysql中文乱码

    修改my.ini文件中的 [mysql] default-character-set=gbk [mysqld] # The default character set that will be use ...

  5. mysql循环插入数据库中数据。

    DELIMITER ;; CREATE PROCEDURE test_insert () BEGIN DECLARE i INT DEFAULT 1; WHILE i<100 DO insert ...

  6. [HMLY]5.模仿喜马拉雅 FM

    项目介绍: 文:HansRove(github)XiMaLaYa-by-HansRove- 仿做喜马拉雅, 对AVFoundation框架的一次尝试   软件环境: iOS9.1硬件环境: Mac O ...

  7. C#删除只读文件或文件夹(解决File.Delete无法删除文件)

    引用: http://www.jb51.net/article/72181.htm   C#删除只读文件的方法: if (File.GetAttributes(FFName).ToString().I ...

  8. js 判断是不是手机访问

    方法一: if(window.navigator.userAgent.toLowerCase().indexOf('mobile')==-1) { alert("pc端") } e ...

  9. C# 中获取时区列表

    c#中获取时区列表 下面方法获得的仅仅用来显示和使用,无法用来进行时间转换. public static List<DisplayTimeZone> GetSystemTimeZones( ...

  10. Lua: 给 Redis 用户的入门指导

    转自:http://www.oschina.net/translate/intro-to-lua-for-redis-programmers 可能你已经听说过Redis 中嵌入了脚本语言,但是你还没有 ...