hexo/node_modules/hexo-abbrlink/test.js

7 lines
149 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
var crc = require('./lib/crc16');
var other = crc("123");
var crcRes=[];
crcRes.push(other);
console.log(other);
console.log(crcRes.indexOf(other));