文件名称:TronJS_v6.1.223
- 所属分类:
- WEB源码
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2015-12-21
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- ppu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
前端模块化的需求日益剧增,模块之间的关系也变的非常复杂,所以我们提出了模块依赖关系处理机制。TronJS的诞生就是这种机制的产物。在TronJS中,我们采用了非常先进的技术来处理异步请求。在国际上,被称为回调杀手的Promise也被引入到该框架。或许你们会问,Promise对低端IE不兼容。是的。但是我已经将es6-promise模块加载进了框架,也就意味着,使用我的框架,将能在所有浏览器使用Promise,这是对开发者极大的支持。不仅如此,我们也对JS没有类方法的缺陷进行了补足。在TronJS中,我们存在new Class() 的方法来为对象产生一个实体类。类可以进行扩展和继承,这个说明请在之后的详细介绍中查看。-The demand of the front end is increasing rapidly, and the relationship between the modules is also very complex, so we put forward the mechanism of the module dependency relationship processing. The birth of TronJS is the product of this mechanism. In TronJS, we use a very advanced technology to handle asynchronous requests. Internationally, the Promise is known as the callback killer is also introduced to the fr a mework. Perhaps you will ask, Promise is not compatible with the low-end IE. Yes But I have loaded the es6-promise module into the fr a mework, which means that the use of the fr a mework, which will be able to use Promise in all browsers, this is a great support for developers. Not only that, we also have no class method of the defects of the JS. In TronJS, we are in the presence of Class new () the method is to generate an entity class for the object. The class can be extended and inherited, and this shows that you can see in the following details.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
tronjs.js-master
................\README.md
................\readme.txt
................\src
................\...\class.js
................\...\define.js
................\...\es6-promise.js
................\...\json2.js
................\...\module.js
................\...\requires.js
................\tron.js
................\tron.min.js
说明.htm