Chapter 1 First Sight——37
"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的更多相关文章
- 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 ...
- 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. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
随机推荐
- 用 yo aspnet 生成.net项目
yo指的是Yeoman 官网:http://yeoman.io/ 因为安装yo需要nmp 因此 要先到node官网下载node并按装 安装之后就可以下一步了 $ npm install -g yo g ...
- Python爬虫----Beautiful Soup4 基础
1. Beautiful Soup简介 简单来说,Beautiful Soup是python的一个库,最主要的功能是从网页抓取数据.官方解释如下: Beautiful Soup提供一些简单的.pyth ...
- Python ---------copy
copy---探索 1.浅copy 就相当于把变量指针指向对象 相当于给对象从新起了个小名 a=[[1,2],3,4] a=[[1,2],3,4] b=a.copy() # print(a) # ...
- SPA UI-router
------------------------------------------------------------------------------------ SPA SPA(单页面应用): ...
- Spring MVC如何进行JSON数据的传输与接受
本篇文章写给刚接触SpingMVC的同道中人,虽然笔者本身水平也不高,但聊胜于无吧,希望可以给某些人带来帮助 笔者同时再次说明,运行本例时,需注意一些配置文件和网页脚本的路径,因为笔者的文件路径与读者 ...
- oracle 行专列
首先,做准备工作. 建表 -- Create table create table DEMO ( n_iden NUMBER, c_order_code NVARCHAR2(), c_order_na ...
- python之~ 序列化与反序列化
sy1.proto文件 syntax = "proto2"; message stuff { required int32 stuff_ID = ; required ; opti ...
- Linux系统编程初探系列之一:文件编程
系统函数 int creat(const char* filename,mode_t mode) filename:需要创建的文件名(包含路径,缺省为当前路径) mode:创建模式 常见的创建模式有: ...
- 一个简单的jQuery插件开发实例
两年前写的一个简单的jQuery插件开发实例,还是可以看看的: <script type="text/javascript" src="jquery-1.7.2.m ...
- CSU 1640 机智的刷题方式
完全背包 #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> ...