Chapter 4 Invitations——13
"Thank you," I said icily.
“谢谢你”,我冰冷的说道。
His eyes narrowed.
他眯着眼睛。
"You're welcome," he retorted.
“不客气,”他淡淡的回复道。
I straightened up swiftly, turned away from him again, and stalked off to Gym without looking back.
我笔直的快速离开,再一次离他远去,并且头也不回的昂首阔步去了体育馆。
Gym was brutal. We'd moved on to basketball.
体育馆是残忍的。我们开始学篮球了。
My team never passed me the ball, so that was good, but I fell down a lot.
我们的队员从来没有传球给我,这很不错,但是我跌倒了好几次。
Sometimes I took people with me.
有时还让别人也摔倒了。
Today I was worse than usual because my head was so filled with Edward.
今天我比以往更悲催,因为我脑袋里面充满了Eward
I tried to concentrate on my feet, but he kept creeping back into my thoughts just when I really needed my balance.
我尝试把我的注意力集中在我的脚上,但是他一直在我的想法里面游走,当我真的想要保持平衡的时候。
It was a relief, as always, to leave.
像往常一样,离开时一种解脱。
I almost ran to the truck; there were just so many people I wanted to avoid.
我几乎是跑着去了卡车,我想要避免那么多的人。
The truck had suffered only minimal damage in the accident.
在事故中卡车遭受到了最小的伤害。
I'd had to replace the taillights, and if I'd had a real paint job, I would have touched that up.
我不得不替换了尾灯,就算我确实有一些喷漆的工作要做,我也已经搞定了。
Tyler's parents had to sell their van for parts.
Tyler的父母不得不以零件的方式卖了他们的卡车。
I almost had a stroke when I rounded the corner and saw a tall, dark figure leaning against the side of my truck.
当我在转角时看到一个高大黑暗的身影在我卡车的对面时我震惊了。
Then I realized it was just Eric. I started walking again.
我意识到了那是Eric。我继续向前走。
"Hey, Eric," I called.
“你好,Eric”我说道
Chapter 4 Invitations——13的更多相关文章
- 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. 我也会让他一个人的. ...
随机推荐
- MySQL索引背后的数据结构及算法原理(转)
转自:http://blog.codinglabs.org/articles/theory-of-mysql-index.html 摘要 本文以MySQL数据库为研究对象,讨论与数据库索引相关的一些话 ...
- android 第三次作业
android studio音乐播放器 一.实现功能: 1.读取本地SD中的所有音频文件 2.歌单列表展示,并显示音频具体信息 3.进度条显示当前播放进度,可滑动加速 4.点击歌单进行播放 5.实现暂 ...
- GeoHash(Java实现)
package com.koubei.collect_script.demo; import java.util.ArrayList; import java.util.Arrays; import ...
- A_B_Good Bye 2018_cf
A. New Year and the Christmas Ornament time limit per test 1 second memory limit per test 256 megaby ...
- Java语法细节 - synchronized和volatile
目录 synchronized关键字 关键字volatile synchronized关键字 synchronized关键字锁住方法和this的不同之处: public synchronized vo ...
- 你不知道的JS之作用域和闭包(二)词法作用域
原文:你不知道的js系列 词法作用域(Lexical Scope) Lex time 一个标准的编译器的第一个阶段就是分词(token化) 词法作用域就是在词法分析时定义的作用域.换句话说,词法作用域 ...
- Linux 搭建Nginx+uWSGI+Django环境
安装环境 sudo apt-get install nginx sudo apt install python3 sudo apt install python3-pip 使用 sudo pip3 i ...
- socket 套接字服务器端和客户端发送信息
import socket import threading host='' port=6889 def cilenThred(conn,addr): print("成功接受客户端{}的连接 ...
- grunt 插件
一个简单的 grunt 插件, 作用是 把 css 文件中的 /images/ 替换成指定的 url path, 以实现 图片 cdn 路劲改造 插件项目文件结构 grunt-contrib-s ...
- 记一次通过c#运用GraphQL调用Github api
阅读目录 GraphQL是什么 .net下如何运用GraphQL 运用GraphQL调用Github api 结语 一.Graphql是什么 最近在折腾使用Github api做个微信小程序练练手,本 ...