Update README for lua binding
This commit is contained in:
parent
86ad8057aa
commit
e6104dcd1f
|
|
@ -45,7 +45,7 @@ Install-Package IP2Region
|
|||
```
|
||||
|
||||
### 5. 测试程序:
|
||||
C# 和 Node.js,请具体参考文件夹中README.md 说明。
|
||||
C#、Node.js、lua的测试请具体参考文件夹中README.md 说明。
|
||||
|
||||
java:
|
||||
```shell
|
||||
|
|
|
|||
|
|
@ -47,3 +47,6 @@ data = searcher:memorySearch("101.233.153.103");
|
|||
-- 返回结果如下
|
||||
print("city_id=", data.city_id, "region=", data.region);
|
||||
```
|
||||
|
||||
### 三,备注
|
||||
* 1,Ip2region模块的位运算依赖了bit32模块,这个是lua 5.2才开始支持的。
|
||||
|
|
|
|||
Loading…
Reference in New Issue