Chapter 4 Invitations——17
"Then why —"He shrugged. "I was hoping you were just letting him down easy."
“这为什么——”他耸耸肩。“我希望你只是想让他失望而已。”
Okay, it was completely his fault.
是的,这完全就是他的错了。
"Sorry, Tyler," I said, working to hide my irritation.
“对不起,Tyler”我说,尝试隐藏我的愤怒。
"I really am going out of town."
“我是真的要出城去。”
"That's cool. We still have prom."And before I could respond, he was walking back to his car.
“那行,我们还有正式舞会。”在我回答之前,他就回答了他的车上去了。
I could feel the shock on my face.
我能感觉到我脸上的惊讶。
I looked forward to see Alice, Rosalie, Emmett, and Jasper all sliding into the Volvo.
我向前看,发现爱丽丝,罗莎莉,艾美特和贾斯帕已经坐进那辆沃尔沃里了。
In his rearview mirror, Edward's eyes were on me.
在他的反光镜中,Edward的眼睛盯着我。
He was unquestionably shaking with laughter, as if he'd heard every word Tyler had said.
他毫无疑问的摇头笑着,好像他听到了Tyler说的每一句话。
My foot itched toward the gas pedal… one little bump wouldn't hurt any of them, just that glossy silver paint job.
我的脚对着油门有点发痒。。。一点小小的颠簸不会伤到任何人,只意味着要给那辆银光闪闪的沃尔沃平整喷漆而已。
I revved the engine.
我发动了引擎。
Chapter 4 Invitations——17的更多相关文章
- 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. 我也会让他一个人的. ...
随机推荐
- 20190312_浅谈go&java差异(一)
多线程 java java中对于大量的比较耗时的任务多采用多线程对方式对任务进行处理,同时由于进程和线程 本身是通过宿主机OS进行管理的,当在cpu核数较少或线程分配不当 会导致多线程的效果不佳的事常 ...
- leetcode 902 数位dp 不包含0
复习了一下数位dp 肯定不包含0,但是通常数位dp最后计算的结果较小的是包含前导0的,只是没显示出来而已,所以这题需要前导0,但是非前导0是不需要算进去的,因此,加个是否是前导0的状态即可 class ...
- sqlzoo:using group by and having
For each continent show the number of countries: SELECT continent, COUNT(name) FROM world GROUP BY c ...
- 数据分析——matplotlib
基础 # coding=utf-8 import matplotlib.pyplot as pt import numpy as np from matplotlib import font_mana ...
- Layui下拉框改变时触发事件
layui.use(['form', 'layer'], function () { var form = layui.form(); var layer = layui.layer; form.on ...
- [LeetCode] Reordered Power of 2 重新排序为2的倍数
Starting with a positive integer N, we reorder the digits in any order (including the original order ...
- lodash 实现一些常见的功能
排序 const sorted = _.orderBy(filtered, [sortColumn.path], [sortColumn.order]); 数组切片 普通的 slice 可传递两个参数 ...
- Spring Security中html页面设置hasRole无效的问题
Spring Security中html页面设置hasRole无效的问题 一.前言 学了几天的spring Security,偶然发现的hasRole和hasAnyAuthority的区别.当然,可能 ...
- MySQL 5.7 安装指南
1.下载1)进⼊入官⽹网下载5.7.23压缩包 下载地址:https://dev.mysql.com/downloads/mysql /5.7.html#downloads 2.安装与配置 1)将下载 ...
- 【RL-TCPnet网络教程】第28章 RL-TCPnet之DNS应用
第28章 RL-TCPnet之DNS应用 本章节为大家讲解RL-TCPnet的DNS应用,学习本章节前,务必要优先学习第27章的DNS基础知识.有了这些基础知识之后,再搞本章节会有事半功倍的 ...