cnwhy / lib-qqwry

用NodeJS解析纯真IP库(QQwry.dat) 支持IP段查询

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReferenceError: ua is not defined

ahkimkoo opened this issue · comments

gbk.js:6
str += String.fromCharCode(ua[Code << 8 | arr[++n]]);
commented

ua 是 gbk 编码表,定义在gbk.js 第一行,chrome浏览器在差看模式下没有显示
最好下载gbk.js文件或在编辑模式下copy代码
https://github.com/cnwhy/lib-qqwry/edit/master/gbk.js