文件名称:time-elapsed:Node.js io.js - 轻松测量已经过去的时间
文件大小:1KB
文件格式:ZIP
更新时间:2024-07-21 01:31:10
JavaScript
时间流逝 轻松测量已经过去的时间。 npm install time-elapsed 使用: // Require the Module: var TimeElapsed = require('time-elapsed'); // Create new Instance of Time Elapsed: var timer = new TimeElapsed(); // Wait a duration of time: setTimeout(function(){ // See how many Milliseconds it has been: console.log('Time elapsed:', timer.timeElapsed()); }, 500);
【文件预览】:
time-elapsed-master
----package.json(578B)
----index.js(311B)
----README.md(452B)