Chapter 1 First Sight——16
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的更多相关文章
- Chapter 2 Open Book——16
By Friday I was perfectly comfortable entering my Biology class, nolonger worried that Edward would ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
随机推荐
- 2015 ACM/ICPC Asia Regional Hefei Online
1001 Monitor the Alpacas 1002 The Relationship in Club 1003 Difference of Clustering 两边离散化.暴力扫C就过了. ...
- myBatIs.Net 调用Oracle 存储过程返回游标
找了好久,网上也没示例,全是java的,没办法,后来看到一个网上别人写的例子. http://www.myfirm.cn/blog/article/Control/13.html 上面照套还是出错,我 ...
- js去除字符串中所有html标签及 符号
近日在做项目的时候,经常会在页面上处理一些数据.结果发现自己js掌握的并不是很好.那就在这里记录js的点点滴滴吧. 1. 去除字符串中的 html 标签 function delHtmlTag(str ...
- 《C++ Primer》之指向函数的指针
函数指针是指指向函数而非指向对象的指针.像其他指针一样,函数指针也指向某个特定的类型.函数类型由其返回类型以及形参表确定,而与函数名无关: // pf points to function retur ...
- CSS3秘笈:第四章
第四章 继承 1.继承:应用在一个标签上的CSS样式被传到其内嵌标签上的过程. 2.继承的局限性: (1)有些属性不会被继承,如:CSS. (2)以下情况不会严格执行继承: ·影响网页元素位置的属性 ...
- 纯CSS做的一个Silder
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...
- Update Case的用法与execute执行字符串
摘自于网路:http://www.cnblogs.com/joinger/articles/1297160.html update h_crm_SafetyAccessUser set ...
- Oracle自增长序列
create table user_info ( id number(6) primary key, username varchar2(30) not null, password varchar2 ...
- selection与range笔记
selection对象代表当前激活选中区,通常是高亮的文本块 创建选中区: 1.拖拽文本 2.脚本创建 cerateRange() 获取selection对象 IE document.sele ...
- 1.2 Python基本语法
1.交互模式编程 cmd窗口 =>输入 Python => 输入 print "hello,python!"; ps:如果是新版本Python,需要输 ...