hexo/node_modules/hexo-abbrlink/test.js

7 lines
155 B
JavaScript

var crc = require('./lib/crc16');
var other = crc("123");
var crcRes=[];
crcRes.push(other);
console.log(other);
console.log(crcRes.indexOf(other));