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. 一次多个数据库tnsping及登录单点登录需求

    [环境介绍] 系统环境:Linux + Oracle 11.2.0.4.0 + python 2.7.10 [背景描述] 需求:因为涉及生产数据库较多,业务夸多个数据库使用.当收到业务有些影响时,数据 ...

  2. step into,step over,step out.

    step into:单步执行,遇到子函数就进入并且继续单步执行(简而言之,进入子函数): step over:在单步执行时,在函数内遇到子函数时不会进入子函数内单步执行,而是将子函数整个执行完再停止, ...

  3. 华南理工大学“三七互娱杯”程序设计竞赛(重现赛)( HRY and array 高精度除法模板)

    题目链接:https://ac.nowcoder.com/acm/contest/874/D 题目大意:给你两个数列a和b然后对a可以进行排列,对b可以任意排列,问你sigma(a(i)*b(i))的 ...

  4. linux 查看/修改jdk版本

    linux 查看/修改jdk版本 配置环境变量vim /etc/profile 编辑profile文件 在底部加入JAVA_HOME=/usr/java/jdk1.8PATH=$JAVA_HOME/b ...

  5. git工具——对比文件的不同

    对比工作区和某个版本中文件的不同: (1)继续编辑文件code.txt,在其中添加一行内容: (2)现在要对比工作区中code.txt和head版本中code.txt的不同,使用如下命令: 前面没有出 ...

  6. linux常用技能

    阿里云镜像图形界面克隆虚拟机 linux替换阿里云镜像 centos6.6安装图形界面 克隆虚拟机后网络问题 linux替换阿里云镜像 第一步:备份你的原镜像文件,以免出错后可以恢复. cp /etc ...

  7. bently addin 二次开发学习

    元素结构: 一些基本元素的添加与绘制: class CreateElement { public static void LineAndLineString() { Application app = ...

  8. Java 基本语法,标识符,修饰符,关键字

    基本语法 编写 Java 程序时,应注意以下几点: 大小写敏感:Java 是大小写敏感的,这就意味着标识符 Hello 与 hello 是不同的. 类名:对于所有的类来说,类名的首字母应该大写.如果类 ...

  9. selenium数据驱动模式实现163邮箱的登录及添加联系人自动化操作

    项目结构如下: 要求python3.0 selenium3.0 下面是代码: appModubles:addContactPersonActtion.py和LoginAction.py addCont ...

  10. Scyther spdl(比较准确的翻译)

    1.协议的主要的核心是定义一个协议在协议中声明角色: Protocol  ExampleProtocol(I,R){ role I{   }; role R{   }://在角色中一开始我们没有定义角 ...