文件名称:node-wno:node.js 和 io.js 的奇妙数字转换器
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-06 13:42:11
JavaScript
世界网络组织 安装 npm install wno 职能 名称 描述 ipv42int 将 IPV4 转换为 INT int2ipv4 将 Int 转换为 IPV4 获取时间戳 获取 Unix 时间戳 用法 var wno = require ( 'wno' ) ; console . log ( wno . ipv42int ( '127.0.0.1' ) ) ; //2130706433 console . log ( wno . int2ipv4 ( 2130706433 ) ) ; //'127.0.0.1' console . log ( wno . getTimestamp ( '2014-03-03 12:48:00' ) ) ; //1393822080 console . log ( wno . getTimestamp ( ) ) ; //Now 贡献者
【文件预览】:
node-wno-master
----.jshintrc(2KB)
----.gitignore(38B)
----.eslintrc(535B)
----package.json(892B)
----.travis.yml(169B)
----LICENSE(1KB)
----index.js(39B)
----README.md(1KB)
----lib()
--------wno.js(917B)
----.npmignore(84B)
----test()
--------index.js(755B)