var str = '1234'; str = ('00000000'+str).substring(str.length); // 00001234 var str = '12345678'; str = ('00000000'+str).substring(str.length); // 12345678
반응형
'lang > node' 카테고리의 다른 글
express-socket.io-session (0) | 2018.02.13 |
---|---|
node.js 64bit int buffer (0) | 2018.01.25 |
node.js Buffer (0) | 2018.01.11 |
node.js zlib compress uncompress (0) | 2018.01.10 |
Pm2 log dateformat (0) | 2017.06.16 |