Chapter 4 Invitations——18
But they were all in, and Edward was speeding away.
但是他们都在里面了之后,Edward就加速走了。
I drove home slowly, carefully, muttering to myself the whole way.
我小心的慢慢开车到家里,一路上自言自语的嘟囔。
When I got home, I decided to make chicken enchiladas for dinner.
当我到家之后,我决定晚饭做墨西哥鸡肉吃。
It was a long process, and it would keep me busy.
这是一个漫长的过程,并让我保持忙碌。
While I was simmering the onions and chilies, the phone rang.
当我正在炖洋葱和辣椒的时候电话响了。
I was almost afraid to answer it, but it might be Charlie or my mom.
我没有勇气去接电话,但是电话那头可能是Charlie或者我妈妈。
It was Jessica, and she was jubilant; Mike had caught her after school to accept her invitation.
是Jessica,并且她很高兴;Mike放学后告诉她接受了她的邀请。
I celebrated with her briefly while I stirred.
我一边搅拌一边短暂的为她庆祝。
She had to go, she wanted to call Angela and Lauren to tell them.
她不得不挂电话了,她想要告诉Angela和Lauren他们。
I suggested — with casual innocence — that maybe Angela, the shy girl who had Biology with me, could ask Eric.
我随意且无辜的建议道,Angela这个和我一起上生物课的害羞女生能邀请Eric。
And Lauren, a standoffish girl who had always ignored me at the lunch table, could ask Tyler; I'd heard he was still available.
Lauren一个冷漠的女孩,总是在中饭桌上无视我,能邀请Tyler;我听到他还任然没有约。
Jess thought that was a great idea.
Jess想到这是个好主意。
Now that she was sure of Mike, she actually sounded sincere when she said she wished I would go to the dance. I gave her my Seattle excuse.
现在她能确定了Mike一起去舞会了,她声音比当时她说她希望我能去参加舞会的时候真诚了很多。我还是依旧给了她我要去西雅图的借口。
Chapter 4 Invitations——18的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
随机推荐
- Unity Rain Ai 插件基本使用(二)
前言 在前面的教程中我们已经基本实现了路径导航和障碍物规避. 但是这样我们并没有让我们的角色学会思考,他只是机械的去完成一些步骤,这并不能体现Rain插件的智能. 一个角色他应该有多个不同的状态,待机 ...
- web开发中如何使用引用字体
1.在style中添加代码: @font-face { font-family: mFont; src: url('../font/crapaud_petit.ttf'); } 2.使用 <h1 ...
- 一小时学会ECMAScript6新特性(一)
ECMAScript 简介 简称es,是一套标准,javascript就是使用这套标准的语言.主流的浏览器使用的是ECAMScript5,ECAMScript6(ECAMScript2015)是一涛新 ...
- meta标签整合
<title>名称</title>(便于搜索) <meta name="keywords" content="内容"> ke ...
- 我的 FPGA 学习历程(11)—— 实验:按键消抖
按键是一个输入设备,在理论上可以归为开关一类,理想的按键波形如下: 然而由于按键的机械特性,断开和闭合动作是不可能在一瞬间完成的,实际的波形如下: 抖动期间电平处于临界值,由于晶振的频率相当的高,数字 ...
- Exp5 MSF基础应用 20164302 王一帆
1.实验内容 1.1实验要求 一个主动攻击实践,ms08_067; 一个针对浏览器的攻击,MS10-018(成功且唯一),MS12-004(成功且唯一): 一个针对客户端的攻击,adobe_toolb ...
- C++ 用变量定义数组
较早的编译器是不同意这样做的,所以一些书籍比方以Tc解说的书本都说数组的下标不能是变量.在vc6.0下亦是如此. 只是在一些较新的编译器如dev c++已经支持了,例如以下代码不会报错 #includ ...
- SharePoint Column Format
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting . { &quo ...
- mysql命名规范
1.数据库表命名规范: (1)表名前应该加上前缀,表的前缀一个用系统或模块的英文名称缩写,前缀全部大写或首字母大写,表名中包含的单词首字母大写. (2)数据库表名应该有意义,并且易于理解,最好使用可以 ...
- NetToPLCSIM 连接PLCSIM 和Kepware 联合仿真
之前只知道PLCSIM 单独仿真调试PLC的程序,后来接触KepwareOPC,想着如果能够仿真PLC和Kepware的通信,更加方便调试.于是在网上搜索了一下,发现NetToPLCSIM这个软件. ...