when you're gone
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
自从你离开后
我渴望听到你的声音,那将让我坚强的走过这段日子
我真的好想念你
随机推荐
- css中table样式
border-spacing:设置相邻单元格的边框间的距离; border-collapse:设置表格的边框是否被合并为一个单一的边框:{separate/collapse/inherit(IE不支持 ...
- chrome设置可以跨域访问
右键chrome的快捷方式->属性 修改目标属性:添加--args --disable-web-security --user-data-dir=F:\MyChromeDevUserData, ...
- 货币单位类RmbUnit
import java.math.BigDecimal; public enum RmbUnit { FEN{ public String toFen(String amt) { BigDecimal ...
- java 学习备忘录(一):jsp项目建立及开发环境的基本配置
Tomcat与eclipse配置 窗口->显示视图->Server 新建项目 建“动态web项目” 新建jsp文件 新建->其他->Web->jsp file 设置使用“ ...
- Asp程序的IIS发布
- 性能测试框架Locust初学笔记
Locust初探 Locust是一款类似于Jmeter开源负载测试工具,所不同的是它是用python实现,并支持python脚本. locust提供web ui界面,能够方便用户实时监控脚本运行状态. ...
- node js 调试
npm install -g node-inspector node --debug app.js >重新打开一个窗口 node-inspector & KO! no ...
- Linux网络状态工具ss命令使用详解
ss命令用于显示socket状态. 他可以显示PACKET sockets, TCP sockets, UDP sockets, DCCP sockets, RAW sockets, Unix dom ...
- projecteuler Problem 8 Largest product in a series
The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = ...
- tomcat7.0 处理问题
修改tomcat的用户密码 打开tomcat的conf/tomcat-users.xml 将<user username="admin" password="123 ...