百老汇著名音乐剧《窈窕淑女(My Fair Lady)》中脍炙人口的经典歌曲。

Bed, bed ,I couldn't go to bed床,床,我不能上床去
My head's too light to try to set it down 我的头太轻了,无法躺下
Sleep, sleep ,I couldn't sleep tonight睡觉,睡觉,我今晚睡不着
Not for all the jewels in the crown就算所有王冠上的珠宝也不成
I could have danced all night我可以整晚跳舞
I could have danced all night我可以整晚跳舞
And still have begged For more而且还想继续跳下去
I could have spread my wings我要展开翅膀飞翔
And done a thousand things I've never done before 做各式各样我没有做过的事
I'll never know What made it so exciting我不知道什么事让我如此兴奋
Why all at once My heart took flight突然间我的心像飞了起来
I only know When he began to dance with me 我只知道当他开始与我共舞
I could have danced danced, danced All night 我可以一直跳舞,跳舞,跳舞……整晚跳舞
-It's after 3:00 now 已经3点多了
-Don't you agree now 你该同意了吧
-She ought to be in bed她应该上床了
-She ought to be in bed她应该上床了
-I could have danced all night我可以整晚跳舞
-You're tired out
-ou must be dead
-I could have danced all night我可以整晚跳舞
-Your face is worn
-Your eyes are red
-And still have begged For more而且想一直跳下去
-Now say good night, please
-Turn out the light, please It's really time for you to be in bed
-I could have spread my wings 我要展开翅膀飞翔
-A good time ago Do as you're told
-And done a thousand things-I've never done before做各式各样我没有做过的事
-Or Mrs. Pearce is apt to scold
-You're up too late, Miss And sure as fate, Miss You'll catch a cold
I'll never know what made it So exciting我不知道什么事让我如此兴奋
Why all at once My heart took flight 突然间我的心像飞了起来
-I only know When he began to dance我只知道当他开始与我共舞
-Put down your book
-The work can keep
-Now settle down and go to sleep
-With me
I could have danced danced, danced All night 我可以一直跳舞,跳舞,跳舞……整晚跳舞
I understand, dear It's all been grand, dear ,But now it's time to sleep
I could have danced all night 我可以整晚跳舞
I could have danced all night 我可以整晚跳舞
And still have begged For more而且想一直跳下去
I could have spread my wings我要展开翅膀飞翔
And done a thousand things I've never done before 做各式各样我没有做过的事
I'll never know what made it So exciting 我不知道什么事让我如此兴奋
Why all at once My heart took flight突然间我的心像飞了起来
I only know When he began to dance with me我只知道当他开始与我共舞
I could have danced danced, danced All night我可以一直跳舞,跳舞,跳舞……整晚跳舞

I Could Have Danced All Night的更多相关文章

  1. 【英语魔法俱乐部——读书笔记】 2 中级句型-复句&合句(Complex Sentences、Compound Sentences)

    [英语魔法俱乐部——读书笔记] 2 中级句型-复句&合句(Complex Sentences.Compound Sentences):(2.1)名词从句.(2.2)副词从句.(2.3)关系从句 ...

  2. codeforces B. Flag Day 解题报告

    题目链接:http://codeforces.com/problemset/problem/357/B 题目意思:输入n个人和m场舞蹈,给出每场舞蹈(只有3个人参与)中参与的舞者的编号,你需要为这些舞 ...

  3. fetch the words from url

    python code: import time,urllib fid=open('Friedrich Nietzsche Classic Words.txt','w') #1st ss='http: ...

  4. Codeforces Round #217 (Div. 2) c题

    C. Mittens time limit per test 1 second memory limit per test 256 megabytes input standard input out ...

  5. The Sorrows of Young Werther

    The Sorrows of Young Werther J.W. von Goethe Thomas Carlyle and R.D. Boylan Edited by Nathen Haskell ...

  6. html5 svg 第八章 文字text

    虽然它可能是真实的,每一个画面讲述了一个故事,这是完全正确的,用言语来帮助讲故事.因此,SVG有几个元素,让你将文本添加到您的图形. 文本术语 Text Terminology 在我们调查的主要方法添 ...

  7. iOS会议和组织

    全世界有许多iOS会议和组织,如果你没有机会去参加,知道他们的存在和向他们学习对你也是有益的.事实上,他们中有些提供免费的幻灯片.视频,有用资料等,所以你不能够忽视他们. 有一些会议的主题并不仅仅关于 ...

  8. Do not go gentle into that good night

    Do not go gentle into that good night By:Dylan Thomas   Do not go gentle into that good night,Old ag ...

  9. CodeForces 370C. Mittens

    C. Mittens time limit per test 1 second memory limit per test 256 megabytes input standard input out ...

随机推荐

  1. ip地址库 新浪,淘宝

    原文连接地址:http://www.9958.pw/post/city_ip function getAddressFromIp($ip){ $urlTaobao = 'http://ip.taoba ...

  2. 1.2输出100以内的素数&输出前100个素数。

    输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...

  3. 蒙特卡洛模拟入门的几个小例子(R语言实现)

    嗯,第一个例子是怎么用蒙特卡洛模拟求pi的值:第二个是用蒙特卡洛模拟求解定积分:第三个是用蒙特卡洛模拟证券市场求解其收益:第四个是用蒙特卡洛模拟验证OLS的参数的无偏性:然后还要R是如何求导,计算导数 ...

  4. HDU 1859

    #include <iostream> #include <cstdio> #include <algorithm> #include <vector> ...

  5. Android开发加快sdk更新速度

    1.在:\Windows\System32\drivers\etc目录下找到host文件,不能再这个目录修改host文件,需要先拷贝到桌面 然后把一下地址添加到host文件的最末尾 203.208.4 ...

  6. 关于在vs2010中编译Qt项目时出现“无法解析的外部命令”的错误

    用Cmake讲Qt.VTK和ITK整合后,打开解决方案后添加新类时运行会出现“n个无法解析的外部命令”的错误. 原因是新建的类未能生成moc文件,解决办法是: 1.右键 要生成moc文件的.h文件,打 ...

  7. XML基础

    什么是XML? XML(Extensible Markup Language)可扩展标记语言,是一种以简单文本格式存储数据的方式. 它最重要的组成部分是XML元素,包含了文档的实际数据. XML的几个 ...

  8. <section> 标签

    最近正在学习html5,刚接触html5,感觉有点不适应,因为有一些标签改变了,特别是div, section article这三个标签,查了一些资料,也试着用html5和css3布局网页,稍微有点头 ...

  9. Windows7安装 .net framework 4.0

    1.首先下载安装包.net framework 4.0点击下载即可 2.安装,双击下载好的安装包

  10. [BZOJ1861][Zjoi2006]Book 书架

    [BZOJ1861][Zjoi2006]Book 书架 试题描述 小T有一个很大的书柜.这个书柜的构造有些独特,即书柜里的书是从上至下堆放成一列.她用1到n的正整数给每本书都编了号. 小T在看书的时候 ...