From 636afcb4d4e130d27af78e117e1c3cd33425ab7a Mon Sep 17 00:00:00 2001 From: bin.shen <bluelazysb@hotmail.com> Date: Thu, 01 Dec 2016 19:55:51 +0800 Subject: [PATCH] updates --- test.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/test.js b/test.js index b851f88..0d6cfe7 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 = "5a0000010007accf23d44de6a77ace5b"; +console.log(data.length); \ No newline at end of file -- Gitblit v1.8.0