I've been reading books of old我遍读旧籍

The legends and the myths那些古老传奇和无边神秘

Achilles and his gold如阿喀琉斯和他的战利品

Hercules and his gifts如赫拉克勒斯和他的天赋神力

Spiderman's control还有蜘蛛侠的掌控全局

And Batman with his fists和蝙蝠侠的铁拳无敌

And clearly I don't see myself upon that list而我显然不能与他们同日而语

Shesaid, where'd you wanna go?她对我说 你想要去往何地

How much you wanna risk?你还想历经多少风雨

I'm not looking for somebody我并不渴望

With some superhuman gifts成为超人般天赋异禀

Some superhero也不用如超级英雄般无敌

Some fairytale bliss更不要童话中的幸福美丽

Just something I can turn to只要一个能让我有所依附

Somebody I can kiss能让我拥吻的你

I want something just like this我想要的 仅此而已

Doo-doo-doo, doo-doo-doo

Doo-doo-doo, doo-doo

Doo-doo-doo, doo-doo-doo

Oh, I want something just like this这就是我想要的全部

Doo-doo-doo, doo-doo-doo

Doo-doo-doo, doo-doo

Doo-doo-doo, doo-doo-doo

Oh, I want something just like this这就是我想要的 仅此而已

I want something just like this我想要的 仅此而已

I've been reading books of old我遍读旧籍

The legends and the myths那些古老传奇和无边神秘

The testaments they told如他们口述的旧约

The moon and its eclipse如月圆月蚀的奇景

And Superman unrolls和超人在飞行之前

A suit before he lifts的整装待定

But I'm not the kind of person that it fits但我并没有那样的命

She said, where'd you wanna go?她对我说 你想要去往何地

How much you wanna risk?你还想历经多少风雨

I'm not looking for somebody我并不渴望

With some superhuman gifts成为超人般天赋异禀

Some superhero也不用如超级英雄般无敌

Some fairytale bliss更不要童话中的幸福美丽

Just something I can turn to只要一个能让我有所依附

Somebody I can miss能让我想念的你

I want something just like this我想要的 仅此而已

I want something just like this这就是我想要的全部

Oh, I want something just like this这就是我想要的 仅此而已

Doo-doo-doo, doo-doo-doo

Doo-doo-doo, doo-doo

Doo-doo-doo, doo-doo-doo

Oh, I want something just like this我想要的 仅此而已

Doo-doo-doo, doo-doo-doo

Doo-doo-doo, doo-doo

Doo-doo-doo, doo-doo-doo

Where'd you wanna go?你还想要去往何地

How much you wanna risk?你还想历经多少风雨

I'm not looking for somebody我并不渴望

With some superhuman gifts成为超人般天赋异禀

Some superhero也不用如超级英雄般无敌

Some fairytale bliss更不要童话中的幸福美丽

Just something I can turn to只要一个能让我有所依附

Somebody I can kiss能让我拥吻的你

I want something just like this我想要的 仅此而已

Oh, I want something just like this这就是我想要的全部

Oh, I want something just like this这就是我想要的 仅此而已

Oh, I want something just like this我想要的 仅此而已

随机推荐

  1. 图片上传 加水印 以及GDI基本画图

      上传图片并给所上传的图片添加水印 1 HttpPostedFile file = Context.Request.Files[0]; //有这个0说明一次只能上传一张 2 if (file.Con ...

  2. 069_VisualForce Ajax 更多用法解读02

    一.同步调用的异常处理:AJAX Toolkit  try catch... <html> <head> <script src="/soap/ajax/44. ...

  3. .NET Framework 中对webapi进行jwt验证

    最近在项目中对webapi进行了jwt验证,做一个记录 有关于jwt生成和验证token的操作全部记录在jwthelper.cs文件中: /// <summary> /// 授权JWT类 ...

  4. java的jvm学习

  5. async/await和promise的执行顺序

    原题: async function async1() { console.log("async1 start"); await async2(); console.log(&qu ...

  6. efk部署

    转载: https://www.cnblogs.com/liweiboy/p/16100002.html

  7. Django中的app模型细节TypeError: __init__() missing 1 required positional argument: 'on_delete' 解决办法

    TypeError: init() missing 1 required positional argument: 'on_delete' 解决办法 当执行应用app模型迁移时: python man ...

  8. (0619) 电脑 传 ipad

  9. nginx(一) の 入门解析

    OSI 模型的前三层 应用层: 每一个应用程序自定义的协议 表示层: 数据的压缩与解压缩.图片的编码与解码 会话层: 会话管理(session) 和 网络验证 .包括断点续传和服务器验证用户登录等.比 ...

  10. SQL注入之延时注入(10)

    以下提供两种方式进行延时注入 GET /sqli/Less-10/?id=1"+and+sleep(5)--+ HTTP/1.1 Host: 192.168.245.146:6101 Use ...