作曲 : 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.的更多相关文章

  1. 用Tensorflow让神经网络自动创造音乐

    #————————————————————————本文禁止转载,禁止用于各类讲座及ppt中,违者必究————————————————————————# 前几天看到一个有意思的分享,大意是讲如何用Ten ...

  2. PHP 函数

    字符串函数: $name = "fakeface"; $myname =substr($name,0,3);//输出前面三个字符 fak print $myname; $name ...

  3. Tensorflow 神经网络

    Tensorflow让神经网络自动创造音乐 前几天看到一个有意思的分享,大意是讲如何用Tensorflow教神经网络自动创造音乐.听起来好好玩有木有!作为一个Coldplay死忠粉,第一想法就是自动生 ...

  4. 编译 & 预处理

    编译(compilation , compile) 1.利用编译程序从源语言编写的源程序产生目标程序的过程. 2.用编译程序产生目标程序的动作. 编译就是把高级语言变成计算机可以识别的2进制语言,计算 ...

  5. 用WordPress建立专业网站教程 (一步步建站, 一步也不少)

    最新美国域名中心US Domain Center: http://www.usdomaincenter.com/ 建站教程 (10分钟上线, 无需备案): https://www.qiyewp.com ...

  6. Python 构建方便的函数调用

    CODE: #!/usr/bin/python # -*- coding: utf-8 -*- ''' Created on 2014-7-14 @author: guaguastd @name: c ...

  7. like a virgin

    like a virgin 编辑 <Like a Virgin>是美国歌手麦当娜·西科尼的第二张个人专辑,已于1984年11月12日由华纳唱片旗下发行. 1985年,Like a Virg ...

  8. 五、Pandas玩转数据

    Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...

  9. AMA指标原作者Perry Kaufman 100+套交易策略源码分享

    更多精彩内容,欢迎关注公众号:数量技术宅.想要获取本期分享的完整策略代码,请加技术宅微信:sljsz01 AMA技术指标与原作者 Kaufman 说起 Perry Kaufman 这个名字,不少读者会 ...

随机推荐

  1. ASP.NET Core 实现跨站登录重定向的新姿势

    作为 .NET 程序员,痛苦之一是自从 ASP.NET 诞生之日起直到最新的 ASP.NET Core 都无法直接实现跨站登录重定向(比如访问 https://q.cnblogs.com ,跳转到 h ...

  2. vue里面的v-for列表循环

    列表渲染 v-for v-for可以把数据中的一个数组对应为一组元素v-for 指令需要以 item in items 形式的特殊语法, items 是源数据数组并且 item 是数组元素迭代的别名. ...

  3. ng2-tree

    [转]https://github.com/valor-software/ng2-tree#eyes-demo  demo:http://valor-software.com/ng2-tree/

  4. Cordova打包Apk

    ======================== apk打包 ======================== keytool -genkey -v -keystore release-key.key ...

  5. UDAF(用户自定义聚合函数)求众数

    除了逐行处理数据的udf,还有比较常见的就是聚合多行处理udaf,自定义聚合函数.类比rdd编程就是map和reduce算子的区别. 自定义UDAF,需要extends org.apache.spar ...

  6. Centos7下安装Docker(详细的新手装逼教程)

    早就听说过Docker,一直不清楚是个啥,今天捣鼓了一下,这里做个记录. --------------------------------------------------------------- ...

  7. Python返回多个值

    def get_abc(): a = 1 b = 2 c = 3 return a,b,c temp = get_abc() #temp = (1,2,3) a,b,c = get_abc() #a ...

  8. vue搭建脚手架

    1.检查npm -v有版本提示成功即可2.npm install vue-cli -g //全局安装3.vue -V 查看版本号(我这边安装的是2.9.6,V大写)4.vue init webpack ...

  9. Spring框架第二天

    ## Spring框架第二天 ## ---------- **课程回顾:Spring框架第一天** 1. 概述 * IOC和AOP 2. 框架的IOC的入门 * 创建applicationContex ...

  10. VCS

    timing check相关的, +notimingcheck命令,可以用在compile时,也可以用在run time的时候, 都是将检查timing的系统函数,都disable掉了, 加在comp ...