Katy Perry - E.T.
作曲 : Katy Perry, Łukasz Gottwald, Max Martin, Joshua Coleman
作词 : Katy Perry, Łukasz Gottwald, Max Martin, Joshua Coleman
You're so hypnotizing
// hypnotize /ˈhipnəˌtīz / v.催眠,捕捉全部注意力,吸引
Could you be the devil?
你可会是那魔鬼?
Could you be an angel?
你可会是个天使?
You're touch magnetizing
你抚摸着犹如磁石
Feels like I am floating
我感到飘飘欲仙
Leave my body glowing
我遍体炙热通红
They say be afraid
他们说要当心
You're not like the others
你不同于别人
Futuristic lover
未来式的情人
Different DNA
有着不同的基因
They don't understand you
是他们不懂你
You're from a whole 'nother world
你来自一个迥然不同的世界
A different dimension
一个异次元
You open my eyes
你大开我的眼界
And I'm ready to go
我已准备好
Lead me into the light
将我带进这道光吧
Kiss me, k-k-kiss me
吻我,吻-吻-吻我
Infect me with your love
以你之爱侵染我
And fill me with your poison
以你之毒灌满我
Take me, t-t-take me
带我走,带-带-带我走
Wanna be your victim
甘心做你的猎物
Ready for abduction
情愿被你诱惑//绑架,拐(儿童),截(肢体)
Boy, you're an alien
男孩,你是外星人
Your touch so foreign
你的触摸如此陌生
It's supernatural
那是超自然的
extraterrestrial /ˌekstrətəˈrestrēəl/ adj.地外的,天外的. noun.外星人
如天外来客
You're so supersonic
你如此电光火石
Wanna feel your power
愿感受你的力量
Stun me with your laser
以你的光芒震慑我
Your kiss is cosmic
你的吻好像宇宙
Every move is magic
举手投足皆是魔力
You're from a whole 'nother world
你来自一个迥然不同的世界
A different dimension
一个异次元
You open my eyes
你大开我眼界
And I'm ready to go
我已准备好
Lead me into the light
将我带进这道光吧
Kiss me, k-k-kiss me
吻我,吻-吻-吻我
Infect me with your love
以你之爱侵染我
And fill me with your poison
以你之毒灌满我
Take me, t-t-take me
带我走,带-带-带我走
Wanna be your victim
甘心做你的猎物
Ready for abduction
情愿被你诱惑
Boy, you're an alien
男孩,你是外星人
Your touch so foreign
你的触摸如此陌生
It's supernatural
那是超自然的
extraterrestrial
如天外来客
This is transcendental
这是超凡脱俗的
On another level
在一层新境界
Boy, you're my lucky star
男孩,你是我的幸运星
I wanna walk on your wavelength
我愿与你琴瑟和鸣
and be there when you vibrate
与你一起摇摆
For you I'll risk it all
为你我甘冒一切风险
Kiss me, k-k-kiss me
吻我,吻-吻-吻我
Infect me with your love
以你之爱侵染我
And fill me with your poison
以你之毒灌满我
Take me, t-t-take me
带我走,带-带-带我走
Wanna be a victim
甘心做你的猎物
Ready for abduction
情愿被你诱惑
Boy, you're an alien
男孩,你是外星人
Your touch so foreign
你的触摸如此陌生
It's supernatural
那是超自然的
Extraterrestrial
如天外来客
Extraterrestrial
如天外来客
Extraterrestrial
如天外来客
Boy, you're an alien
男孩,你是外星人
Your touch so foreign
你的触摸如此陌生
It's supernatural
那是超自然的
Extraterrestrial
如天外来客
Katy Perry - E.T.的更多相关文章
- 用Tensorflow让神经网络自动创造音乐
#————————————————————————本文禁止转载,禁止用于各类讲座及ppt中,违者必究————————————————————————# 前几天看到一个有意思的分享,大意是讲如何用Ten ...
- PHP 函数
字符串函数: $name = "fakeface"; $myname =substr($name,0,3);//输出前面三个字符 fak print $myname; $name ...
- Tensorflow 神经网络
Tensorflow让神经网络自动创造音乐 前几天看到一个有意思的分享,大意是讲如何用Tensorflow教神经网络自动创造音乐.听起来好好玩有木有!作为一个Coldplay死忠粉,第一想法就是自动生 ...
- 编译 & 预处理
编译(compilation , compile) 1.利用编译程序从源语言编写的源程序产生目标程序的过程. 2.用编译程序产生目标程序的动作. 编译就是把高级语言变成计算机可以识别的2进制语言,计算 ...
- 用WordPress建立专业网站教程 (一步步建站, 一步也不少)
最新美国域名中心US Domain Center: http://www.usdomaincenter.com/ 建站教程 (10分钟上线, 无需备案): https://www.qiyewp.com ...
- Python 构建方便的函数调用
CODE: #!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2014-7-14 @author: guaguastd @name: c ...
- like a virgin
like a virgin 编辑 <Like a Virgin>是美国歌手麦当娜·西科尼的第二张个人专辑,已于1984年11月12日由华纳唱片旗下发行. 1985年,Like a Virg ...
- 五、Pandas玩转数据
Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...
- AMA指标原作者Perry Kaufman 100+套交易策略源码分享
更多精彩内容,欢迎关注公众号:数量技术宅.想要获取本期分享的完整策略代码,请加技术宅微信:sljsz01 AMA技术指标与原作者 Kaufman 说起 Perry Kaufman 这个名字,不少读者会 ...
随机推荐
- 简单理解php深复制浅复制问题
其实接触深复制浅复制是通过学习c++了解到的,比如c++很好用的模板,php是不允许方法模板和类模板 一个简单的例子,如果不是很了解php 的取地址符&,可以去看下官方文档,php的& ...
- python文件派生
import time class Foo: x = 1 def __init__(self, y): self.y = y def __getattr__(self, item): # 没有的情况下 ...
- java_BufferedReader的一个应用
应用来自于我做网页的时候,来读出一个txt文档,由于输出到页面的时候总是没有排版,但是原文件中有换行符,之前是使用的byte数组传输,但是这样无法换行 就使用了BufferedReader,因为它是一 ...
- Codeforces 1132 - A/B/C/D/E/F - (Undone)
链接:http://codeforces.com/contest/1132 A - Regular Bracket Sequence - [水] 题解:首先 "()" 这个的数量多 ...
- vim创建程序文件自动添加头部注释/自动文件头注释与模板定义
Vim 自动文件头注释与模板定义 在vim的配置文件.vimrc添加一些配置可以实现创建新文件时自动添加文件头注释,输入特定命令可以生成模板. 使用方法 插入模式输入模式输入seqlogic[Ente ...
- [ssh] 通过ssh私钥生成公钥的方法
ssh-keygen -y -f .ssh/id_rsa.key id_rsa.key是私钥.
- python练习题-day15
1.请利用filter()过滤出1~100中平方根是整数的数,即结果应该是: [1, 4, 9, 16, 25, 36, 49, 64, 81, 100] 2.列表按照其中每一个值的绝对值排序 li ...
- JDK 1.8源码阅读 LinkList
一,前言 LinkedList是一个实现了List接口和Deque接口的双端链表.有关索引的操作可能从链表头开始遍历到链表尾部,也可能从尾部遍历到链表头部,这取决于看索引更靠近哪一端. LinkedL ...
- [LeetCode] 系统刷题2_排列组合
要用到backtracking,是否要跟backtracking放到一起总结? 适用范围: 几乎所有搜索问题 什么时候输出 哪些情况需要跳过 相关题目: [LeetCode] 78. Subsets ...
- osx brew mysql
MariaDB Server is available for installation on macOS (formerly Mac OS X) via the Homebrew package m ...