While I was sitting there, looking everywhere but at the car in front of me, I heard a knock on my passenger side window.
当我一直坐在那里的时候,到处向我前方张望着,除了眼前的车子,我听到了有人敲打我副驾驶的车窗。

I looked over; it was Tyler.
我看过去,原来是Tyler

I glanced back in my rearview mirror, confused. His car was still running, the door left open.
我撇了一眼我的反光镜,疑惑着。他的车任然启动着,左边的门还开着。

I leaned across the cab to crank the window down.
我倾斜过去摇下车窗。

It was stiff. I got it halfway down, then gave up.
手柄很僵硬。我摇下了一半然后就放弃了。

  "I'm sorry, Tyler, I'm stuck behind Cullen."
  “抱起Tyler,我跟Cullen太近了”
  
  I was annoyed — obviously the holdup wasn't my fault.
  我有点生气——显而易见交通堵塞不是我的问题。

  "Oh, I know — I just wanted to ask you something while we're trapped here." He grinned.
  “哦,我知道——我也被卡主了我就只是想来问你一些事情”他边笑边说道。

  This could not be happening.
  这一切不应该发生的。

  "Will you ask me to the spring dance?" he continued.
  “你会邀请我去春天舞会吗?”他继续说道。

  "I'm not going to be in town, Tyler."
  “我不会去的Tyler”
  
  My voice sounded a little sharp.
  我的生气听上去有点尖锐。
  
  I had to remember it wasn't his fault that Mike and Eric had already used up my quota of patience for the day.
  我不得不说这不是他的错,因为Mike和Eric今天已经耗完了我全部的耐心。

  "Yeah, Mike said that," he admitted.
  “是的,Mike也是这么说的,”他承认道。

Chapter 4 Invitations——16的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  6. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  7. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  8. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  9. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

随机推荐

  1. webServices 使用GET请求接口方法

    webServices  若要使用GET请求接口方法在Web.config 下添加这段 <webServices>     <protocols>       <add  ...

  2. Spring源码Gradle

    Microsoft Windows [版本 10.0.17134.590](c) 2018 Microsoft Corporation.保留所有权利. D:\Workspaces\idea\sprin ...

  3. Linux-1.Windows远程连接Linux的工具

    1.下载工具 想要链接远程Linux服务器,就需要工具来进行连接. 工具一:连接远端Linux工具--putty(可以用xshell啥的,我懒,就弄了个这个,建议还是xshell哈,功能多,还好看) ...

  4. python多线程和多进程使用

    # 多线程 from concurrent.futures import ThreadPoolExecutor # 多进程 from concurrent.futures import Process ...

  5. 201771010118 马昕璐 《面向对象设计 java》第十七周实验总结

    1.实验目的与要求 (1) 掌握线程同步的概念及实现技术: (2) 线程综合编程练习 2.实验内容和步骤 实验1:测试程序并进行代码注释. 测试程序1: l 在Elipse环境下调试教材651页程序1 ...

  6. Linux shell编程 -test

    test 命令的格式非常简单 test condition condition 是test命令要测试的一系列参数和值.当用在if-then 语句中时,test 命令看起来是这样的 if test co ...

  7. 基于jQuery的控件:弹框

    ★页面展示 ★属性 属性 值 说明 默认值 div Object jQuery对象 $('body') width Number 控件的宽度 auto height Number 控件的高度 auto ...

  8. fremarker导出word list

    import java.io.File; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java ...

  9. Razor Page Library:开发独立通用RPL(内嵌wwwroot资源文件夹)

    ASP.NET Core知多少系列:总体介绍及目录 Demo路径:GitHub-RPL.Demo 1. Introduction Razor Page Library 是ASP.NET Core 2. ...

  10. [Swift]LeetCode341. 压平嵌套链表迭代器 | Flatten Nested List Iterator

    Given a nested list of integers, implement an iterator to flatten it. Each element is either an inte ...