But You Didn't

Remember the day I borrowed your brand new car and dented it?

I thought you'd kill me, but you didn't.

记得那一次,借你的新车,而我却撞凹了它。

我以为你会杀了我,但是你没有。

And remember the time I dragged you to the beatch, and you said it would rain, and it did?

I thought you's say, "I told you so." But you didn't.

记得那一次,我拖你去海滩,而你却说天会下雨,果然下了。

我一会你会说“我已经告诉过你了”, 但是你没有。

Do you remeber the time I flirted with all the guys to make you jealous, and you were?

I thought you'd leave, but you didn't.

记得那一次,我和所有男子挑逗来引起你嫉妒,你嫉妒了。

我以为你会离开,但是你没有。

Do you remember the time I spilled strawberry pie all over your car rug?

I thought you'd hit me, but you did't.

记得那一次,我在你新刷的地毯吐了满地的草莓饼。

我以为你会讨厌我,但是你没有。

And remember the time I forgot to tell you the dance was farmal and you showed up in jeans?

I thought you'd drop me, but you didn't.

记得那一次,我忘记告诉你,那个舞会是要穿礼服的,而你只穿牛仔裤到场。

我以为你必然放弃我啦,但是你没有。

Yes, there were lots of things you didn't do. But you put up with me, loved me, and protected me.

是的,有许多许多的事,你全都没有做。而你容忍我、钟爱我、保护我。

There were lots of things I wanted to make up to you when you returned form Vietnam.

But you didn't.

有许多许多的事我要回报你,等你从越南回来。

但是你没有。

本诗是一位普通美国妇女写给其在越战中阵亡的丈夫的,字句间包含深切的爱意和思念。

为等待丈夫、作者终身守寡,直至去世,其深情感动了无数人。

文中单词
单词 释意
dented adj.凹损的
flirted v.调情,打情骂俏
jealous adj.羡慕的;嫉妒的
rug n.地毯;毯子
spilled v.溢出
dragged v.拖动;打捞
drop vt.放弃;断绝关系
brand n.商标‘牌子’
formal adj.正式的;正规的
strawberry n.草莓

随机推荐

  1. Docker | 第六章:构建私有仓库

    前言 上一章节,讲解了利用Dockerfile和commit进行自定义镜像的构建.大部分时候,公司运维或者实施部门在构建了符合公司业务的镜像环境后,一般上不会上传到公共资源库的.这就需要自己搭建一个私 ...

  2. kotlin查看编译后的Java代码

    java学一下kotlin,由于用的是同样的jvm,那就说明他们的字节码文件应该是一样的,那么,如果我们能看到编译后的文件,那么学的更快了. 操作 1.打开一个.kt文件 2.在Android Stu ...

  3. java打印堆栈信息

    StackTraceElement[] stackElements = new Throwable().getStackTrace(); if(stackElements != null){ for( ...

  4. 50个必备的jQuery代码段

    本文会给你们展示50个jquery代码片段,这些代码能够给你的javascript项目提供帮助.其中的一些代码段是从jQuery1.4.2才开始支持的做法,另一些则是真正有用的函数或方法,他们能够帮助 ...

  5. (转载)ASP.NET Quiz Answers: Does Page.Cache leak memory?

    原文地址:http://blogs.msdn.com/b/tess/archive/2006/08/11/695268.aspx "We use Page.Cache to store te ...

  6. Android图表库XCL-Charts

    首先,这个是国人开发的,支持下必须顶!github项目地址:点击打开,由于项目的基本功能已经实现,所以项目作者也说以后基本不会在有更新了. 项目简介: Android图表库(XCL-Charts is ...

  7. jQuery开发插件的两个方法 js 深浅拷贝

    1.jQuery.extend(object);为扩展jQuery类本身.为类添加新的方法.由全局函数来调用, 主要是用来拓展个全局函数 2.jQuery.fn.extend(object);为jQu ...

  8. intellij idea中设置SVN插件教程

    1.选择VCS→Browser VCS Repository→Browse Subversion Repository 2.在弹出的SVN Repository菜单中,选择左上角的绿色“+”号,填写S ...

  9. 【转载】#229 - The Core Principles of Object-Oriented Programming

    As an object-oriented language, c# supports the three core principles of object-oriented programming ...

  10. [Rails学习之路]初识Ruby(一)

    Ruby是一门动态的.强类型的.纯面向对象的编程语言.它和Python非常相似,但比Python面向对象更加彻底.使用更加灵活.语法更加复杂.也更为有趣. 抛开做事情到底应该有多少种方法这个问题,我相 ...