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. 我也会让他一个人的. ...
随机推荐
- scrapy初始和简单应用
什么是Scrapy Scrapy是一个为了爬取网站数据,提取结构性数据而编写的应用框架,非常出名,非常强悍.所谓的框架就是一个已经被集成了各种功能(高性能异步下载,队列,分布式,解析,持久化等)的具有 ...
- 无线路由WMM,Short GI,AP隔离功能介绍(转)
无线路由器中有开启WMM.开启Short GI和开启AP隔离分别代表什么呢?这是我在我的TP-LINK无线路由器TL-WR841N中的无线高级设置中看到的三个选项,下面三点对这三项无线高级设置做了下解 ...
- 百度TTS的来由
#### https://home-assistant.io/components/tts.baidu/#### https://github.com/charleyzhu/HomeAssistant ...
- 百度语音合成AI
注意:不要使用Dw编辑PHP代码,会因为编码问题出错!!<?php require_once 'AipSpeech.php'; // 你的 APPID AK SK const APP_ID = ...
- TypeError: a bytes-like object is required, not 'str'
python bytes和str两种类型转换的函数encode(),decode() str通过encode()方法可以编码为指定的bytes 反过来,如果我们从网络或磁盘上读取了字节流,那么读到的数 ...
- php操作数组函数
整理了一份PHP开发中数组操作大全,包含有数组操作的基本函数.数组的分段和填充.数组与栈.数组与列队.回调函数.排序.计算.其他的数组函数等. 一.数组操作的基本函数 数组的键名和值 array_va ...
- 【高并发架构】Redis特点及构件模型
数据结构 redis 相比 memcached 来说,拥有更多的数据结构,能支持更丰富的数据操作.如果需要缓存能够支持更复杂的结构和操作, redis 会是不错的选择. redis 主要有以下几种数据 ...
- DataRow[]
datarow[]是datatable 的行数组集合,但是呢好像是不能直接初始化,只能是datarow[] rows = dt.select(condition);这样子.(也可能我才疏学浅没找到吧) ...
- 【RL-TCPnet网络教程】第3章 初学RL-TCPnet的准备工作及其快速上手
第3章 初学RL-TCPnet的准备工作及其快速上手 俗话说万事开头难,学习一门新的知识,难的往往不是知识本身,而是如何快速上手,需要什么资料和开发环境.一旦上手后,深入的学习就相对容易些 ...
- Oracle数据库备份及还原
Oracle数据库备份 1:找到Oracle安装路径我的就是默认C盘 C:\app\wdjqc\admin\orcl\adump 2:执行文件:back.bat 文件内容如下: @echo off ...