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. 递归处理vue菜单数据

    结构不多说,bean的封装很简单,直接上核心代码吧,自己根据需要把不要的属性自己过滤掉: public List<MenuBo> getMenuByUserId(Long user_id, ...

  2. laravel-mix的安装

    Laravel-mix的安装 Laravel Mix 是一款前端任务自动化管理工具,使用了工作流的模式对制定好的任务依次执行.Mix 提供了简洁流畅的 API,让你能够为你的 Laravel 应用定义 ...

  3. Babel学习小记

    一.babel配置文件中的plugins和presets是什么? 1.首先说说babel是什么,babel是一个JavaScript转码器,帮助我们把浏览器不兼容的ES6语法转换成ES5语法: 2.接 ...

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

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

  5. 拷贝本地文件到docker容器

    查找所有容器 docker ps -a 查找容器长ID docker inspect -f '{{.ID}}' python 拷贝本地文件到容器 docker cp 本地路径 容器长ID:容器路径

  6. WebApi-2 自定义路由与默认路由

    向Web API添加路由 public static void Register(HttpConfiguration config) { //// Web API 配置和服务 //// 将 Web A ...

  7. .Net core----使用容联云短信推送

    一直在忙于写接口,也没有时间去好好的整理的一片文档,写一篇经常的用到的短信推送案例 还是比较喜欢干货  作为有个程序员 有时候复制粘贴习惯了   实在的还是比较实在 比如能用复制解决的为什么不用复制 ...

  8. Mac环境下 elasticsearch-6.0.1 和 elasticsearch-head 完整安装过程

     安装步骤: 安装java jdk 安装elasticsearch-6.0.1 及中文分词 anslysis-ik-6.0.1 安装elasticsearch-head 下载jdk https://w ...

  9. 从头开始学gradle【各系统安装gradle】

    所有的环境都是基于jdk1.8 java -version windows安装 下载对应的gradle.zip安装包,解压到指定文件即可,然后配置相应的环境变量即可使用 linux/mac 安装 mk ...

  10. python正则表达式--flag修饰符、match对象属性

    正则表达式—修饰符 正则表达式可以包含一些标志修饰符来控制匹配模式,用在正则表达式处理函数中的flag参数中,为可选参数. (1) re.I 全写(re.IGNORECASE) 表示使匹配时,忽略大小 ...