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. rh6安装oracle11g+ASM

    安装步骤我这里略过,主要说下安装过程中遇到到问题或重要步骤: 1.UDEV绑定: for i in b c d e ;doecho "KERNEL==\"sd*\", B ...

  2. centos6.4安装VMwareTools

    centos6.4安装VMware Tools,同样适用于VMware.ESXi.Hypervisor #如果文件不存在需要创建 mkdir /mnt/cdrom #挂载光驱 mount -t aut ...

  3. Testin云测试平台初体验

    这几天偶然接触到了一个叫做Testin的云测试平台,经过一番体验,感觉还是不错的,因为里面提供了大量的测试机型,可以针对Android手机的严重碎片化现象做出比较全面的测试,同时Testin的测试内容 ...

  4. WinCE系统深度定制汇总

    WinCE应用程序崩溃提示框的处理 WinCE6.0多国语言软键盘 定制WinCE6.0标准界面的一种方法 如何禁用WinCE下的沙漏图标 Silent RNAApp.exe for WinCE6.0 ...

  5. C语言初始化——bss段初始化、跃入C、C与汇编

    1.bss段初始化 变量 存放位置 初始化的全局变量 数据段 局部变量 栈 malloc函数分配的 堆 未初始的全局变量 bss段 说明:全局变量在未赋初值时,会被保留到bss段. 测试: #incl ...

  6. js实现图片的淡入淡出

    思想: 其实是运动的一种,就是当鼠标移入div中时,将div的透明度变大, 当鼠标移动出来的时候透明度变回原来. 你可以尝试写一下,不会再看看代码 <style> #div1{ width ...

  7. dedecms代码研究四

    partview php文件之前,我们像掉进沼泽一样,看到无尽的变量,数组元素,莫名其面的东西摆在我们面前.今天,我们继续艰难前行,想办法走出partview类的泥潭.上一篇,我们胡乱分析了partv ...

  8. projecteuler Problem 9 Special Pythagorean triplet

    A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a2 + b2 = c2 Fo ...

  9. web form 基础知识初整理

    WebForm的基础知识1.(IIS7的标准首页iisstart.htm)ASP.NET 是.NET开发网站应用程序的技术总称 ,有两种方法,1.webform :比如淘宝 2.MVC B/S 一种网 ...

  10. NRF51822之修改设备名(掉电不保存)

    主要代码 /**@brief Function for handling the Application's BLE Stack events. * * @param[in] p_ble_evt Bl ...