Chapter 2 Open Book——32
I paused for a long moment, and then made the mistake of meeting his gaze.
我停顿了很长时间,然后错误的去对视了他的凝视
我停顿了许久,然后犯了一个错误:对上了他凝视着的双眸。
His dark gold eyes confused me, and I answered without thinking.
他的深金色的眼睛让我困惑,然后没有思考的就回答了他。
他黑金色的眸子让我迷乱,于是想都不想就回答了。
"My mother got remarried," I said.
我母亲再婚了,我说道。
"That doesn't sound so complex," he disagreed, but he was suddenly sympathetic.
这听起来不复杂,他不同意,但是他突然变的有同情心了一些。
"When did that happen?""Last September." My voice sounded sad, even to me.
什么时候的事情?上个九月。我的声音听起来对于我来说很伤心。
“去年九月。”我的声音听起来有些感伤,至少对我来说。
"And you don't like him," Edward surmised, his tone still kind.
“你不喜欢他”爱德华猜测道,他的语气仍然很友善。
“但是,你不喜欢她的新丈夫。”爱德华推测着,声音依然很亲切。
"No, Phil is fine. Too young, maybe, but nice enough."
不喜欢,菲尔还好,太年轻了,可能,但是足够好了。
"Why didn't you stay with them?"I couldn't fathom his interest, but he continued to stare at me with penetrating eyes, as if my dull life's story was somehow vitally important.
“为什么你不和他们在一起”我不能看出他的兴趣,但是他继续盯着我用着期待的眼神,就像我迟钝的生活故事从某种程度上讲很重要。
我想不出他在对什么感兴趣,但他继续用那双富有穿透力的眼睛盯着我看,就好像我乏味的生活是一个异常精彩的传奇。
"Phil travels a lot. He plays ball for a living." I half-smiled.
“菲尔经常出差,他是个职业球员。”我勉强笑道。
"Have I heard of him?" he asked, smiling in response.
我曾经听过他吗?他问道,笑着回应道。
"Probably not. He doesn't play well. Strictly minor league. He moves around a lot."
可能没有。他玩的不好。对于小联盟来说,他差很多。
应该没有。他打得不太好,严格地说还在小联盟里。他总在东奔西跑。”
"And your mother sent you here so that she could travel with him."
你的母亲送你来这里,为的是她能和他一起旅游
“所以你母亲让你到这儿来,好让她能跟着他一起走四方。”
He said it as an assumption again, not a question.
他又一次就像说陈述句一样,没有疑问。
他说这句话的语气更像是在做推论,而不是提问。
Chapter 2 Open Book——32的更多相关文章
- Chapter 1 First Sight——32
		
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
 - Chapter 5 Blood Type——32
		
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
 - Reading task(Introduction to Algorithms. 2nd)
		
Introduction to Algorithms 2nd ed. Cambridge, MA: MIT Press, 2001. ISBN: 9780262032933. Introduction ...
 - 零元学Expression Blend 4 - Chapter 32 简单轻松的学会如何使用Visual States(上)
		
原文:零元学Expression Blend 4 - Chapter 32 简单轻松的学会如何使用Visual States(上) Visual State Manager中文翻译为视觉状态管理器,这 ...
 - [Chapter 3 Process]Practice 3.12 Including the initial parent process, how many processes are created by the program shown in Figure 3.32?
		
3.12 Including the initial parent process, how many processes are created by the program shown in Fi ...
 - Chapter 32:动态规划一 总结
		
今天做了四道dp题,分数306. 就从我的做题顺序开始讲.. 首先是第四题,明显的记录模数DP,很快打出来了. 后来做完之后回来拍第四题,也没有什么问题,就AC了. 然后是第三题,我的性子真是太急了, ...
 - 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 ...
 - Chapter 3 - How to Move a sprite
		
http://www.eoeandroid.com/forum.php?mod=viewthread&tid=250529 http://www.cocos2d-x.org/boards/6/ ...
 
随机推荐
- html页面显示服务器时间
			
全局变量 var lblTimer; var d; ready事件里面写 lblTimer = $("#lbltimer"); d = new Date('<%=DateTi ...
 - [整理]Breakpoint on arbitrary selector
			
基本解释了最近在调试时遇到的一些疑问,接下来就是找解决方法了. //-- Begin: 1 T __mh_execute_header 0000000005614542-000000 OPT radr ...
 - Leetcode::JumpGame
			
Description: Given an array of non-negative integers, you are initially positioned at the first inde ...
 - 使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 6 - 业务逻辑
			
翻译:使用 ASP.NET MVC 4, EF, Knockoutjs and Bootstrap 设计和开发站点 - 6 - 业务逻辑 Part 3: 设计逻辑层:核心开发 如前所述,我们的解决方案 ...
 - c语言:最长对称子串(3种解决方案)
			
问题描述: 输入一个字符串,输出该字符串中最大对称子串的长度.例如输入字符串:“avvbeeb”,该字符串中最长的子字符串是“beeb”,长度为4,因而输出为4. 解决方法:中序遍历 一,全遍历的方法 ...
 - 多线程编程中使用pthread_create内存泄露问题
			
//tls5源代码: #include <stdio.h> #include <unistd.h> #include <string.h> #include &qu ...
 - 记录Spring.net学习中遇到的各种问题
			
1.由于项目中使用了spring.net作为IOC容器,所以看了下相应的博客,熟悉一下这方面的内容,参照博客为博客园刘冬的博客系列: 博客地址:http://www.cnblogs.com/GoodH ...
 - 增加窗体边框3D效果
			
/// <summary> /// 增加窗体边框3D效果 /// </summary> /// <param name="e"></par ...
 - 致青春——IT之路
			
我的IT青春献给了笔试.面试.人事. 笔试 如果去问一个学生最怕的是什么,或许是考试.参加过高考的都知道,高三过的是什么日子,三天一大考,一天一小考. 当时没觉得什么,因为已经麻木了. 走入职场依然要 ...
 - schemamvcSpringMVC+Spring3+Hibernate4开发环境搭建
			
上班之余抽点时间出来写写博文,希望对新接触的朋友有帮助.今天在这里和大家一起学习一下schemamvc <?xml version="1.0" encoding=" ...