From 95ba4ff42aa6e13ebb039545ee3714d96f6b1131 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Sun, 18 Dec 2016 09:48:21 +0800 Subject: [PATCH] 代码优化,删除没用的文件 --- test.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/test.js b/test.js index b851f88..e66624d 100644 --- a/test.js +++ b/test.js @@ -236,6 +236,9 @@ //console.log(Math.floor(Math.random() * 3 + 1)) -var moment = require('moment'); -var current = moment().format('YYYY-MM-DD HH:mm:ss'); -console.log(current); \ No newline at end of file +// var moment = require('moment'); +// var current = moment().format('YYYY-MM-DD HH:mm:ss'); +// console.log(current); + +// var data = "5a0000010003accf23d4515f00000000000000000030003e198c00110814050300060034001400000004001f000301040200000000000000000003490056048c1f02000000000000000000000000003c5b"; +// console.log(data.length); \ No newline at end of file -- Gitblit v1.8.0