"Never mind, then," he said hastily in a voice like velvet.

别介意,他用天鹅绒般的声音急切的说道

"I can see that it's impossible. Thank you so much for your help."

我明白了这是不可能的,谢谢你的帮助。

And he turned on his heel without another look at me, and disappeared out the door.

然后他转身离去没有再看我一眼,然后小时在门外了。

I went meekly to the desk, my face white for once instead of red, and handed her the signed slip.

我温顺地走向桌子,脸色立刻由红变白。 我把签了字的纸条递给她。

"How did your first day go, dear?" the receptionist asked maternally.

你第一天过的怎么样亲爱的?那个接待员母亲般的问道。

"Fine," I lied, my voice weak. She didn't look convinced.

挺好的,我说谎者,我的声音单薄,她看起来不是特别相信。

When I got to the truck, it was almost the last car in the lot.

当我回到卡车,它是最后一辆停在那里的车了。

当我回到车上时,停车场上几乎就剩下我这辆车了。

It seemed like a haven, already the closest thing to home I had in this damp green hole.

它简直像个天堂。对我来说它是在这个潮湿的绿穴里最接近家的地方了。

I sat inside for a while, just staring out the windshield blankly.

我在驾驶室里坐了一会儿,只是茫然地盯着挡风玻璃看。

But soon I was cold enough to need the heater, so I turned the key and the engine roared to life.

但是一会儿我冷到需要一些温暖,所以我转动钥匙发动引擎重新回到生活。

但很快我就冷得不行,需要打开暖气。于是我拧动钥匙,引擎轰鸣起来。

I headed back to Charlie's house, fighting tears the whole way there.

我径直开回查理斯的家,生怕眼泪就留了下来。

我径直开回查理的家,一路上努力不让眼泪掉下来。

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

  1. Chapter 2 Open Book——37

    I couldn't concentrate on Mike's chatter as we walked to Gym, and RE. didn't do much to hold my atte ...

  2. Chapter 1 First Sight——36

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

  3. Chapter 1 First Sight——35

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

  4. Chapter 1 First Sight——34

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

  5. Chapter 1 First Sight——33

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

  6. Chapter 1 First Sight——32

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

  7. Chapter 1 First Sight——31

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

  8. Chapter 1 First Sight——30

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

  9. Chapter 1 First Sight——29

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

随机推荐

  1. tomcat + jenkins启动tomcat后打开jenkins页面提示404错误的解决方案

    首先下载tomcat和jenkins,将下载的jenkins2.12 war放到tomcat的webapps文件夹下后执行/bin文件夹下的start启动后,打开http://localhost:80 ...

  2. pro asp.net mvc5 7

    一个类可以依靠IProductRepository这一接口获取Product对象,而不必知道这些对象从哪里来,也不必知道该接口的实现类如何递交这些对象,这就是存储库模式的本质

  3. php系统无法上传图片问题

    PHP Warning:  File upload error - unable to create a temporary file in Unknown on line 0   我的测试环境是 w ...

  4. java基础值向上向下转型

    1.父类引用可以指向子类对象,子类引用不能指向父类对象. 2.向上转型:子类引用的对象转换为父类类型称为向上转型,把子类对象直接赋给父类引用叫upcasting,向上转型不用强制转型(类似于低精度赋给 ...

  5. sublime修改代码字体颜色

    1.首先知道你采用的是什么颜色主题在Preferences => color scheme查看,假设是Monokai2.查找该主题的脚本文件Preferences => Browse Pa ...

  6. weex 语法高亮

    @1.ctrl+shift+p,调出控制命令面板,@2.输入pic,点击进入 @3.输入vue Syntax Highlight,等待下载 所有的sublime下载插件同理. vue Syntax H ...

  7. SLF4J 使用简记

    SLF4J 使用简记 使用 SLF4J有一段时间了,在此作上些许记录,以作提示. 本文使用的实际实现的日志框架是 Log4j,所以使用 log4j.properties 文件 SLF4J 需要引入的j ...

  8. ListView的条目点击焦点的问题

    由于ListView条目里有ImageButton,导致抢占了条目点击事件,所以在item的跟布局中加入 android:descendantFocusability="blocksDesc ...

  9. JavaScript详解

    JavaScript可以说是web开发中必备的一种技术.它具有灵活,简单,高效等特点.这次DRP中大量的用到了js,让自己对js有了更深的了解.看完这个以后还回去看了一下牛腩的js视频.把以前没看的看 ...

  10. 关于Webapp的注意事项

    meta标签 <meta name="viewport" content="width=device-width, initial-scale=1.0, user- ...