百老汇著名音乐剧《窈窕淑女(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. nginx_mysql_redis配置

    #Nginx所用用户和组,window下不指定 #user nobody; #工作的子进程数量(通常等于CPU数量或者2倍于CPU) worker_processes 2; #错误日志存放路径 #er ...

  2. Xcode同一个Workspace中两个工程依赖于Undefined Symbol Error

    Workspace中包含两个工程A和B: A是dylib工程,引用了另一个动态库C,B需要链接(依赖)A库.当编译B时,会先编译A,然后把A生成的dylib拷贝到B的生成目录中.如果要运行B的话需要把 ...

  3. 向maven中央仓库提交jar

    从来都是从中央仓库下载jar,这次需要向中央仓库提交jar, 利用Sonatype OSSRH可以把jar等资源提交给Maven的中央仓库. Sonatype OSSRH介绍: Sonatype OS ...

  4. window.open打开新窗口被浏览器拦截的处理方法

    一般我们在打开页面的时候, 最常用的就是用<a>标签,如果是新窗口打开就价格target="_blank"属性就可以了, 如果只是刷新当前页面就用window.loca ...

  5. CSS3 Media Queries 实现响应式设计

    在 CSS2 中,你可以为不同的媒介设备(如屏幕.打印机)指定专用的样式表,而现在借助 CSS3 的 Media Queries 特性,可以更为有效的实现这个功能.你可以为媒介类型添加某些条件,检测设 ...

  6. c#过滤html标签

    public string HtmlFilter(string html)     {         //设置要删除的标记         string[] lable = { "font ...

  7. php加密类

    1.需求 了解php加密类的使用 2.例子 参考ci的3.1.2的新版加密类,一个不传参,用默认加密算法,加密模式的例子 //0.加载加密类 $this->load->library('e ...

  8. python之路十八

    1.JS 正则    test   - 判断字符串是否符合规定的正则        rep = /\d+/;        rep.test("asdfoiklfasdf89asdfasdf ...

  9. Solr4.0 如何配置使用UUID自动生成id值

    原文链接http://blog.csdn.net/keepthinking_/article/details/8501058#comments 最近学习了Lucene,随便也学习了Solr,Solr规 ...

  10. Gson解析纯Json数组

    [ { "type": "123", "value": 123 }, { "type": "234" ...