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. js动态删除添加一行

    <div class="input-dyna-add"> <form class="form-inline form-group" role= ...

  2. Lubuntu 18.04 自动登录

    参考文章:https://blog.csdn.net/qq_20965753/article/details/61420431 sudo nano /usr/share/lightdm/lightdm ...

  3. 9.java单链表初学代码复现及一些不值一提的小问题(2)

    首先写完了update和delete函数,在之前的铺垫下.倒是不难,结构和之前的都相同,遍历找到节点后处理该节点.代码如下 public void update(teamNode node){ tea ...

  4. JQery easyUI 滚动分页

    var s1 = new Date().getTime();     $(document).ready(function(){        var flag = true;        //鼠标 ...

  5. swift中的进制转换,以及玩转二进制

    swift中的进制转换,以及玩转二进制 在日常开发中我们很少用到进制转换,或操作二进制的情况.但是如果你处理一些底层的代码,你会经常与二进制打交道,所以接下来我们先来了解一下二进制. 二进制(bina ...

  6. 《《《PLSQL Developer编辑器怎么设置圆括号高亮

    转载:PLSQL Developer编辑器怎么设置圆括号高亮-百度经验 (baidu.com) 为了在plsql中调代码好调 LSQL Developer编辑器怎么设置圆括号高亮?有时候对PLSQL ...

  7. Delphi针对双字节字段处理

    针对有些特殊的中文字如"错畸形安氏I类"中""字,属于特殊字符,在Oracle数据库中必须以双字节方式存储,字段定义为nVarchar2(100). 在Delp ...

  8. 数据库常用sql

    1.创建表 create table 表名( 字段名 类型 约束, 字段名 类型 约束 ... ) 如:create table students( id int unsigned primary k ...

  9. vue页面点击按钮增加和删除标签

    1.在data()里定义一个空数组: conditions:[], 2.给数组一个容器,并且遍历数组 <div v-for="item in conditions">& ...

  10. oracle学习之undo读一致性及undo表空间设置大小

    1.一致性读和事务 一个事务开始以后,分配undo段头事务表和undo块,事务表指向undo块,数据块中有事务槽,底下有数据行,数据块事务槽中事务ID指向事务表,事务表指向undo块,数据块事务槽也指 ...