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. Java中的枚举

    枚举通过enum关键字进行定义.实际上当定义一个枚举类型的时候,该类型默认继承了Enum类. 枚举的定义格式如下: enum Color { RED,BLUE,GREEN; } 下面演示一个枚举变量的 ...

  2. testng 控制case运行顺序

    Testing.xml 文档结构: <test name="xxxx" preserve-order="false"> <!-- 参数定义的方 ...

  3. 洛谷P3366 【模板】最小生成树

    P3366 [模板]最小生成树 319通过 791提交 题目提供者HansBug 标签 难度普及- 提交  讨论  题解 最新讨论 里面没有要输出orz的测试点 如果你用Prim写了半天都是W- 题目 ...

  4. Mysql函数instr、locate、position VS like

    Mysql 大家都会用这样的語法: SELECT `column` FROM `table` where `condition` like `%keyword%’ 事实上,可以使用 locate 和 ...

  5. swift 存储属性和计算属性 set{}和get{} didSet{}和willSet{}

    首先我们看一段代码: var A:Int = 0 var B:Int = 0 var C:Int { get { return 1 } set { print("Recived new va ...

  6. NHibernate系列文章十八:NHibernate关系之一对多(附程序下载)

    摘要 这篇文章介绍NHibernate最实用的内容:关系映射. NHibernate的关系映射方式有三种: Set:无序对象集合,集合中每一个元素不能重复. List:有序对象集合,集合中的元素可以重 ...

  7. SQL笔记-第三章,数据的增删改

    1.数据的插入 简单的INSERT语句 INSERT INTO T_Person(FName,FAge,FRemark) VALUES(‘Tom’,18,’USA’) 简化的INSERT语句(只对部分 ...

  8. #error作用

    指令 用途 # 空指令,无任何效果 #include 包含一个源代码文件 #define 定义宏 #undef 取消已定义的宏 #if 如果给定条件为真,则编译下面代码 #ifdef 如果宏已经定义, ...

  9. android开发时gen和bin目录的SVN管理(转)

    转自:http://www.cnblogs.com/brucenan/archive/2012/02/23/2364702.html android在eclipse下的项目,会生成gen和bin两个目 ...

  10. Windows的拖放操作使用方法

    Windows的拖放操作使用方法