作曲 : 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. pytorch--nn.Sequential学习

    nn.SequentialA sequential container. Modules will be added to it in the order they are passed in the ...

  2. 1、js比较日期的大小

    ① html <div class="ptb10"><span>共享开始时间:</span><input type="text& ...

  3. tarjan代码

    还有五天就是NOIP2018了……本蒟蒻还要复习期中考试,因此实在没有时间写博客了(各种找借口).这里就放一下代码 //Tarjan缩点 //题目描述:给一个有向图.每个点有一个权值,求权值和最大的路 ...

  4. laravel----------laravel5.3调度任务以及Artisan

    1.在使用的过程中会遇到有些函数不能用需要在php配置文件里面打开: disable_functions = exec,passthru,popen,proc_open,shell_exec,syst ...

  5. git----------git:如何让git识别我修改了文件夹名字和文件名字的大小写问题。

    修改每个项目里面的隐藏的.git文件里面的config文件.将箭头指的原本是true改成false.

  6. 用 MoveTowards实现多点移动

    using System.Collections; using System.Collections.Generic; using UnityEngine; public class MoveCube ...

  7. windows将文件夹映射为虚拟磁盘

    subst X: e:123 将e盘下的123文件夹映射为x盘,123的容量即x盘容量 subst X: /t 删除映射的x盘

  8. Restful API接口调用的方法总结

    restful 接口调用的方法 https://www.cnblogs.com/taozhiye/p/6704659.html http://www.jb51.net/article/120589.h ...

  9. MySQL 5.6 (Win7 64位)下载、安装与配置图文教程

    一. 工具 Win7 64位操作系统 二. 步骤 第一步:下载安装包 下载 地址:http://www.mysql.com/ 截止到目前(2016/7/24) ,官网的最新版本是5.7.13,不过自己 ...

  10. python 使用函数参数注解

    使用函数参数注解是一个很好的办法,它能提示程序员应该怎样正确使用这个函数. 函数注解只存储在函数的annotations 属性中