Big big world

I'm a big big girl
我是个大女孩
in a big big world
在这个大大的世界上
It's not a big big thing if you leave me
如果你离开我,那是没有什麽大不了的
but I do do feel
但我知道
that I too too will miss you much
我一定会非常非常的想你
miss you much
非常非常的想你

I can see the first leaf falling
我能看见一片枫叶落下
it's all yellow and nice
那是多麽的金黄而美好
It's so very cold outside
外面真的非常冷
like the way I'm feeling inside
就像我内心的感觉一样
I'm a big big girl
我是个大女孩
in a big big world
在这个大大的世界上
It's not a big big thing if you leave me
如果你离开我,那是没有什麽大不了的
but I do do feel
但我知道
that I too too will miss you much
我一定会非常非常的想你
miss you much
非常非常的想你

Outside it's now raining
外面正在下著雨雪
and tears are falling from my eyes
而眼泪从我的眼睛落下
why did it have to happen
为什麽会发生这样
why did it all have to end
为什麽会结束

I'm a big big girl
我是个大女孩
in a big big world
在这个大大的世界上
It's not a big big thing if you leave me
如果你离开我,那是没有什麽大不了的
but I do do feel
但我知道
that I too too will miss you much
我一定会非常非常的想你
miss you much
非常非常的想念你

I have your arms around me ooooh like fire
你的温暖包围著我就像火一样
but when I open my eyes
但是当我争开眼时
you're gone
你却离我而去了

I'm a big big girl
我是个大女孩
in a big big world
在这个大大的世界上
It's not a big big thing if you leave me
如果你离开我,那是没有什麽大不了的
but I do do feel
但我知道
that I too too will miss you much
我一定会非常非常的想你
miss you much
非常非常的想你

I'm a big big girl
我是个大女孩
in a big big world
在这个大大的世界上
It's not a big big thing if you leave me
如果你离开我,那是没有什麽大不了的
but I do feel I will miss you much
但我知道我一定会非常非常的想你
miss you much
非常非常的想念你

随机推荐

  1. docker学习------centos7.5下的swarm集群可视化构建

    1.swarm集群 manager : 192.168.211.175 agent1    : 192.168.211.176    agent2    :  192.168.211.177 2.环境 ...

  2. python flsak 框架

    1.flask  轻量级微型web框架 优点:微框架.简单.可扩展 将flask变量实例化到app变量中 如果想要flask自动加载修改后的代码,要app.run(debug=True) 2.路由和视 ...

  3. Linux CentOS7 安装wkhtmltopdf工具

    wkhtmltopdf是一款将html文件转换成pdf格式的优秀的文件内容转换工具.它使用QT作为渲染引擎,目前它的RELEASE版尚不支持flex布局的Html5代码转换.使用flex的嵌套元素将会 ...

  4. 【vue】函数式组件

    在 2.5.0 及以上版本中,如果你使用了单文件组件,那么基于模板的函数式组件可以这样声明: <template functional> <div class="cell& ...

  5. window C/C++ 简单的IDE编译器

    C-Free 官网链接: http://www.programarts.com/cfree_ch/download.htm

  6. apt-get install 出问题怎么办?

    有时候在用apt-get安装包的时候总是会莫名其妙出现各种问题,建议先把如下命令行按顺序敲一遍,基本上都能解决 sudo apt-get clean sudo apt-get update sudo ...

  7. kalilinux渗透测试笔记

    声明:本文理论大部分是苑房弘kalilinux渗透测试的内容 第五章:基本工具 克隆网页,把gitbook的书记下载到本地 httrack "http://www.mybatis.org/m ...

  8. mysql性能优化分析 --- 上篇

    概要 之前看过<高性能mysql>对mysql数据库有了系统化的理解,虽然没能达到精通,但有了概念,遇到问题时会有逻辑条理的分析; 问题 问题:公司xxx页面调用某个接口时,loading ...

  9. ZOJ 4110 Strings in the Pocket (马拉车+回文串)

    链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=4110 题目: BaoBao has just found two s ...

  10. Spring Cloud 2-Zuul 网关服务(六)

    Spring Cloud  Zuul  1.pom.xml 2.application.yml Application.java 1.pom.xml <!-- zuul 网关服务 --> ...