I drove around the school, following the line of traffic.

我开车绕学校随着交通线。

我开车穿过校园,紧跟着大部队。

I was glad to see that most of the cars were older like mine, nothing flashy.

我很高兴看见大多数的车都像我的一样老旧,没有光亮。

一点儿也不浮华

At home I'd lived in one of the few lower-income neighborhoods that were included in the Paradise Valley District.

在家的时候我住在PVD几个低收入邻居的旁边。

在凤凰城我住在少数几个由天堂谷区辖管的低收入区里。

It was a common thing to see a new Mercedes or Porsche in the student lot.

一个新的M或者P在学生之中是非常常见的。

但在学生堆里看到一辆奔驰或是保时捷是件寻常事

The nicest car here was a shinyVolvo, and it stood out. Still, I cut the engine as soon as I was in a spot, so that the thunderous volume wouldn't draw attention to me.

这里最美的车就是一辆shinyVolvo了,它确实很出众。我仍然尽力的减少引擎的响声,以至于引擎雷声一般的声音,别人不会注意到我。

而在这里,最好的车是一辆闪闪发光的沃尔沃,它显得格外突出。我在陷入窘境以前迅速地关掉了引擎,防止它雷鸣般的轰鸣给我招来太多关注。

I looked at the map in the truck, trying to memorize it now; hopefully I wouldn't have to walk around with it stuck in front of my nose all day.

我在卡车中看着那个地图,尝试现在立即记住它,希望我不会必须一直被别人牵着鼻子走。

我可不想一整天都把它展在鼻子底下走路。

I stuffed everything in my bag, slung the strap over my shoulder, and sucked in a huge breath.

我肩膀背着所有的东西在我的包里,然后深吸一口气。

I can do this, I lied to myself feebly. No one was going to bite me. I finally exhaled and stepped out of the truck.

我能做到的,我骗自己。没人会帮助我的,我最终喘气的走出卡车。

我能做到的,我对自己说着苍白无力的谎言。没有人正等着咬我一口。

I kept my face pulled back into my hood as I walked to the sidewalk,crowded with teenagers.

我让我的脸埋在头巾之中,我走到了年轻人的人群之中。

My plain black jacket didn't stand out, I noticed with relief.

我的黑色夹克不显眼,我就放心了。

我把脸隐藏在兜帽下,走向挤满了少男少女的人行道。我式样简洁的黑夹克在人群里一点儿也不突出,这让我感到欣慰。

Chapter 1 First Sight——16的更多相关文章

  1. Chapter 2 Open Book——16

    By Friday I was perfectly comfortable entering my Biology class, nolonger worried that Edward would ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——36

    The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...

  4. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  5. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  6. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  7. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  8. Chapter 1 First Sight——31

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

  9. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

随机推荐

  1. G - 小晴天老师系列——可恶的墨水瓶

    G - 小晴天老师系列——可恶的墨水瓶 Time Limit: 2000/1000MS (Java/Others)    Memory Limit: 128000/64000KB (Java/Othe ...

  2. C#第六天

    字符串的处理练习: 课上练习1:接收用户输入的字符串,将其中的字符以与输入相反的顺序输出."abc"→"cba" 方法1: string str = " ...

  3. php 类中设置成员属性方法

    class FileUpload { private $path = "./uploads"; //上传文件保存的路径 private $allowtype = array('jp ...

  4. python常用正则表达式

    匹配特定数字:^[1-9]\d*//匹配正整数−[1−9]\d∗  //匹配负整数^-?[1-9]\d*//匹配整数[1−9]\d∗|0 //匹配非负整数(正整数 + 0)^-[1-9]\d*|0// ...

  5. Centos6.4 NFS的安装与配置

    NFS,是Network File System的简写,即网络文件系统.网络文件系统是FreeBSD支持的文件系统中的一种,也被称为NFS. NFS允许一个系统在网络上与他人共享目录和文件.通过使用N ...

  6. java fork-join框架应用和分析

    http://shmilyaw-hotmail-com.iteye.com/blog/1897636 java fork-join框架应用和分析 博客分类: concurrency multithre ...

  7. hdu_5794_A Simple Chess(lucas+dp)

    题目链接:hdu_5794_A Simple Chess 题意: 给你n,m,从(1,1)到(n,m),每次只能从左上到右下走日字路线,有k(<=100)的不能走的位置,问你有多少方案 题解: ...

  8. hdu_5044_Tree(树链剖分)

    题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5044 题意:给一棵树,在点和边上操作 题解:树链剖分,剖完后用树状数组维护即可,因为只有加减操作,连树 ...

  9. C++primer 9.43

    题目要求:编写一个函数,接受三个string参数s,oldVal和newVal.使用迭代器及insert和erase函数将s中所有oldVal替换为newVal.测试你的程序,用它替换通用的简写形式, ...

  10. debian下安装repo

    1.去google网站上下载repo脚本(用php语言写成的脚本) https://gerrit.googlesource.com/git-repo/+/stable/repo 可以将脚本复制下来并保 ...