We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101ac11 commit 797c5f4Copy full SHA for 797c5f4
1 file changed
README.md
@@ -6,6 +6,8 @@ java
6
##基本用法
7
```java
8
9
+IP.enableFileWatch = true; // 默认值为:false,如果为true将会检查ip库文件的变化自动reload数据
10
+
11
IP.load("IP库本地绝对路径");
12
13
IP.find("8.8.8.8");//返回字符串数组["GOOGLE","GOOGLE"]
0 commit comments