English Voice of <<if were a boy >>
《if i were a boy》中英文歌词:
If I were a boy
如果我是个男孩
Even just for a day
就算只是一天
I' roll out of bed in the morning
早上起床后
And throw on what I wanted and go
穿上我想穿的衣服就出门
Drink beer with the guys
和哥儿们喝点小酒
And chase after girls
和美女打情骂俏
I'd kick it with who I wanted
看到谁不顺眼就扁
And I'd ever get confronted for it
反正不用负责
Because they'd stick up for me
因为哥儿们会掩护我
If I were a boy
如果我是个男孩
I think I could understand
我想我可以了解
How it feels to love a girl
要怎样去爱一个女孩
I swear I'd be a better man
我发誓我可以是个好男人
I'd listen to her
我倾听她的每句话
Cause I know how it hurts
因为我知道当你失去挚爱
When you lose the one you wanted
后那心痛的感觉
Cause he's taken you for granted
因为他将你的付出视为理所当然
And everything you had got destroyed
将你的一切全部摧毁
If I were a boy
如果我是个男生
I would turn off my phone
我可以关掉手机
Tell everyone its broken
然后说是手机坏了
So they think
那他们会认为
that I was sleeping alone
我是一个人睡
I'd put myself first
我只要照著自己
And make the rules as I go
想走的方向去就好了
Cause I know that she'd be faithful
反正她乖乖的
Waiting for me to come home (to come home)
等我回家
If I were a boy
如果我是男生
I think I could understand
我想我可以了解
How it feels to love a girl
要怎样去爱一个女孩
I swear I'd be a better man
我发誓我可以是个好男人
I'd listen to her
我倾听她的每句话
Cause I know how it hurts
因为我知道当你失去你爱的人那种伤痛
When you lose the one you wanted (wanted)
Cause he's taken you for granted (granted)
因为他将你的付出视为理所当然
And everything you had got destroyed
将你的一切全部摧毁
It's a little too late for you to come back
现在回头对你来说太晚了
Say its just a mistake
承认那是个错误
Think I forgive you like that
还想我会原谅你
If you thought I would wait for you
如果你还认为我会等你
You thought wrong
你真的大错特错了
But you're just a boy
你只是个男生
You don't understand
你不懂
(yea you don’t understand)
How it feels to love a girl
怎麼去深爱一个女孩
Someday you'll wish you were a better man
直到某天你会希望成为一个好男人
You don't listen to her
你从不听她说
You don't care how it hurts
你也不会懂那有多痛苦
Until you lose the one you wanted
直到你自己也失去了才会了解
Cause you've taken her for granted
因为你所认知的理所当然
And everything you had got destroyed
一切都会被摧毁
But you're just a boy…
你就只个男生
English Voice of <<if were a boy >>的更多相关文章
- English Voice of <<Something just like this>>
歌名:something just like this演唱:Chris Martin 词:Andrew Taggart,Chris Martin 曲:Andrew Taggart,Chris Mart ...
- English Voice of <<Way Back Into Love>>
I have been living with a shadow overhead我一直生活在阴影中I have been sleeping with a cloud above my bed睡梦中床 ...
- English Voice of <<City of stars>>
City of stars 星光之城啊 Are you shining just for me? 你是否只愿为我闪耀 City of stars 星光之城啊 There's so much that ...
- English Voice of <<Just Give Me A Reason>>
Right from the start, you were a thief,打从一开始,你就是个偷心贼You stole my heart and你偷走了我的心I your willing vict ...
- English Voice of <<Bye Bye Bye>>
Bye Bye Bye - Lovestoned When i see you, looking back at me 当我看到你回首看我时 Watching this eye still 彼此凝视 ...
- English Voice of <<Beautiful now>>
Beautiful Now -Zedd & Jon Bellion I see what you're wearing, there's nothing beneath it 我看见了你身着 ...
- English Voice of <<Dream it passible>>
Dream It Possible(梦想成为可能) - DelaceyI will run I will climb I will soar.我奔跑,我攀爬 我要飞翔.I'm undefeated我所 ...
- English Voice of << Count on me >>
Count On Me 歌手:Bruno Mars 所属专辑:It´s Better If You Don´t Understand If you ever find yourself stuck i ...
- English Voice of << Last Christmas >>
Last Christmas填 词:乔治·迈克尔谱 曲:乔治·迈克尔编 曲:乔治·迈克尔歌词:Last Christmas I gave you my heart去年的圣诞节,我把心给了你But th ...
随机推荐
- Codeforces 837E Vasya's Function - 数论
Vasya is studying number theory. He has denoted a function f(a, b) such that: f(a, 0) = 0; f(a, b) = ...
- CentOS6.8下安装Redis
1.由于Redis是使用C语言开发的,安装时需要对Redis的源码进行编译,编译依赖gcc环境,如果没有gcc,需要先安装gcc: yum install gcc-c++ 2.安装完成后,进入Redi ...
- easyui中datagrid常见功能
1.数据加载,需要拼接成标准json格式{}.如果是jsonarray格式[{},{}],无法识别. 2.后端将list拼接成datagrid能识别的json格式,需要首先new JSONObject ...
- Django框架(八) Django之ORM数据库操作
创建模型 实例:我们来假定下面这些概念,字段和关系 作者模型:一个作者有姓名和年龄. 作者详细模型:把作者的详情放到详情表,包含生日,手机号,家庭住址等信息.作者详情模型和作者模型之间是一对一的关系( ...
- gimp的使用笔记
gimp是德国的开源软件! 跟其他软件一样, 包括file, edit, view, 还有select, color , filter, 和 window. 窗口window就包括所有的dockabl ...
- IE10 解决input file 同一文件不触发onchange事件
if (window.ActiveXObject) { var reg = /10\.0/; var str = navigator.userAgent; if (reg.test(str)) { v ...
- SpringBoot JDBC 源码分析之——NamedParameterJdbcTemplate 查询数据返回bean对象
1,NamedParameterJdbcTemplate 查询列表 /***测试***/ public void queyBeanTest(){ String s = "select * f ...
- 常用for循环和for in 以及for of 的区别
用Es6对象扩展运算符(…)与rest运算符说明 function test(first,...a){ for(let val=0; val<a.length;val++){ console.l ...
- 最小 base64 图片
http://www.webhek.com/post/base64-encode-of-1x1px-transparent-gif.html Base64 Encode 1x1px透明GIF图片 Ba ...
- CSU 2005 Nearest Maintenance Point(最短路+bitset)
https://vjudge.net/problem/CSU-2005 题意:给出带权值的图,图上有一些特殊点,现在给出q个询问,对于每个询问,输出离该点最近的特殊点,如果有多个,则按升序输出. 思路 ...