But You Didn'd【但是你没有】
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.草莓 |
随机推荐
- pygame 使用
模块概况 display image event key mouse font 类概况 Rect: 返回的矩阵区域(图片) Surface: 可以看做是一个贴图, 它就是来显示的 display(与显 ...
- selenium常用方法,简版介绍
WebElement 接口共计16个------------接口 代表一个HTML元素.通常,所有与页面交互有关的有趣操作都将通过此界面执行. void clear() void click() We ...
- EF增删查改加执行存储过程和sql语句,多种方法汇总
ActionUrl c = new ActionUrl() { ActionName="test", RequestUrl="/123/123", SubTim ...
- Docker for mac 安装 kong
首先安装一个 PostgreSQL,选的版本是 9.5 $ docker run -d --name kong-database \ -p : \ -e "POSTGRES_USER=kon ...
- synchronized锁——8锁
前言 多线程是Java面试中最喜欢问的问题之一,有一篇公众号推文内容很详细,推荐看看 但凡面试官考“多线程”,一定会问这10个问题! 本文中仅对synchronized关键字的加锁进行一定分析 一.标 ...
- Unity中的输入
目录 移动平台的输入 触摸 触摸相关的函数 触摸的一个示例 重力加速器 在Unity中访问重力加速器的信息 重力加速器示例 虚拟键盘 其他输入 传统的输入 鼠标,键盘,控制杆,手柄 虚拟控制轴(Vir ...
- docker制作共享jdk的tomcat镜像
FROM centos:7.4.1708 #挂载宿主机jdk到容器,节省空间 MAINTAINER huqiang:2018/10/12 ENV VERSION=8.5.34 ENV CATALINA ...
- Jsoup进阶选择器
package com.open1111.jsoup; import org.apache.http.HttpEntity;import org.apache.http.client.methods. ...
- hihoCoder hiho一下 第十二周 #1055 : 刷油漆 (树上DP)
思路: 只能刷部分节点数m,总节点数n.如果m>=n那么就可以全刷了,那就不用任何算法了.如果m<n那么就要有取舍了.用DP思路,记录下每个节点如果获得到1~m个选择所能获得的最大权值.这 ...
- FPGA工具篇——编辑器Notepad++
body { font-family: 微软雅黑,"Microsoft YaHei", Georgia,Helvetica,Arial,sans-serif,宋体, PMingLi ...