when you're gone

——艾薇儿


I always needed time on my own
我真的需要一些独处的时间
I never thought I'd need you there when I cry
我从未期待当我哭泣时,你能陪在我身边
And the days feel like years when I'm alone
你不在的日子,我度日如年
And the bed where you lie is made up on your side
你睡过的床,没了你,不再温暖

When you walk away
当你离开时
I count the steps that you take
我默默地数着你留下的脚印
Do you see how much I need you right now?
你知道我现在有多么需要你吗?

When you're gone
自从你离开后
The pieces of my heart are missing you
我那破碎的心就不停的想着你
When you're gone
自从你离开以后
The face I came to know is missing too
你那熟悉的面孔就总在我脑海里浮现
When you're gone
自从你离开后
The words I need to hear to always get me through the day And make it OK
我渴望听到你的声音,让我坚强的走过这段日子
I miss you
我想,我太思念你了

I haven't felt this way before
我从未有过这种感受
Everything that I do reminds me of you
我做的每件事都会让我想起你
And the clothes you left,they lie on the floor
你留下的衣服,还静静地躺在地上
And they smell just like you I love the things that you do
它们带着你的气味,让我回忆起你的一切

When you walk away
当你离开时
I count the steps that you take
我默默地数着你留下的脚印
Do you see how much I need you right now?
你知道我现在有多么需要你吗?

When you're gone
自从你离开后
The pieces of my heart are missing you
我那破碎的心就不停的想着你
When you're gone
自从你离开以后
The face I came to know is missing too
你那熟悉的面孔就总在我脑海里浮现
When you're gone
自从你离开后
The words I need to hear to always get me through the day And make it OK
我渴望听到你的声音,让我坚强的走过这段日子
I miss you
我想,我太思念你了

We were made fo each other,out here forever,I know we were
我们为彼此而生,永远相互等待,我坚信着
All I ever wanted was for you to know
我多么想让你知道
Everything I do I give my heart and soul I can hardly breathe I need to feel you here with me
Yeah
我用心地做每件事却无法驱赶没有你在身边的痛苦,我真的需要你回到我的身边!

When you walk away
当你离开时
I count the steps that you take
我默默地数着你留下的脚印
Do you see how much I need you right now?
你知道我现在有多么需要你吗?

When you're gone
自从你离开后
The pieces of my heart are missing you
我那破碎的心就不停的想着你
When you're gone
自从你离开以后
The face I came to know is missing too
你那熟悉的面孔就总在我脑海里浮现
When you're gone
自从你离开后

我渴望听到你的声音,那将让我坚强的走过这段日子

我真的好想念你

随机推荐

  1. 【javascript基础】7、继承

    前言 由于本人水平有限,所以有些高手觉得现在写的内容偏容易,要一点点来嘛,今天和大家学习或者复习一下javascript的继承.我也就是尽量写吧······ 继承 javascript的继承其实主要就 ...

  2. git 强制回退服务器上的commit

    假设你有3个commit如下: commit 3 commit 2 commit 1   其中最后一次提交commit 3是错误的,那么可以执行: git reset --hard HEAD~1 你会 ...

  3. tracer

    http://people.canonical.com/~acelan/coscup-2010/Debugging%20Linux%20Kernel%20by%20Ftrace.pdf http:// ...

  4. 第三章 数组与字符串 UVa1588 Kickdown

    题目要求简述:给定长度分别为n1,n2(n1,n2<=100)且每列的高度只为1或者2的长条.需要将他们放入一个高度为3的容器,问能够容纳它们的最短容器长度. 分析: 对于这样的题目显而易见有两 ...

  5. Office2007在安装、卸载过程中出错的解决办法

    Micorsoft office professional plus 2007在安装过程中出错,错误1706 如果在安装OFFICE 2007的 时候,遇到“Microsoft Office 2007 ...

  6. 安装 ppsycopg2报错, Error: You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application

    sudo apt-get install libpq-dev

  7. css3伸缩布局属性总结

    http://www.css88.com/book/css/properties/flex/flex-basis.htm http://c7sky.com/dive-into-flexbox.html ...

  8. [翻译]Shape comparison language

        link: http://www.cnblogs.com/yhlx125/p/3635623.html   Shape comparison language 首先说说我遇到的一个问题: IR ...

  9. C++/MFC如何启动另一个应用程序并获取其进程 ID

    ShellExecute( hWnd: HWND; {指定父窗口句柄} Operation: PChar; {指定动作, 譬如: open.runas.print.edit.explore.find[ ...

  10. matlab squeeze函数的用法

    matlab中squeeze函数用于删除矩阵中的单一维(Remove singleton dimensions),比如执行下面的代码,随机产生一个1x2x3的矩阵A,然后squeeze(A)将返回一个 ...