文件名称:javascriptx:核心 javascript 库的扩展
文件大小:32KB
文件格式:ZIP
更新时间:2024-07-05 05:30:10
JavaScript
JavascriptX 核心 javascript 库的扩展。 一时兴起。 我不知道,但可能有更好的。 :) 浏览器 将以下代码插入到要在其中包含 JavascriptX 的 HTML 文件中: < script src =" /javascriptx/build/javascriptx.min.js type= " text /javascript" > </ script > 例子 "0123" . toInt ( ) // 123 "0123" . toIntOrZero ( ) // 123 "NaN" . toIntOrZero ( ) // 0 "The {0} is {1}" . format ( "cat" , "cute" ) // The cat is cute "0123.45" . toHalfNumber ( ) // 123.4
【文件预览】:
javascriptx-master
----.gitignore(45B)
----package.json(287B)
----src()
--------cb()
--------Either.coffee(2KB)
--------prototype()
--------Option.coffee(2KB)
----build()
--------javascriptx.min.js(18KB)
--------javascriptx.js(39KB)
----LICENSE(66B)
----JsTestDriver.conf(86B)
----README.md(887B)
----Gruntfile.coffee(1KB)
----bower.json(360B)
----test()
--------Option.js(4KB)
--------prototype()
--------Either.js(8KB)