Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   README.md
  • Loading branch information
xluohome committed May 8, 2017
1 parent 22d6e98 commit 62a34da
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,16 @@ Province: 浙江
cmd 目录下phonedata是一个命令行查询手机号归属地信息的终端程序。
```
#./phonedata 18957509123


Linux:
#PHONE_DATA_DIR=../ ./phonedata 18957509123

Windows:
>set PHONE_DATA_DIR=../
>phonedata.exe 18957509123
```
stdout:
```
PhoneNum: 18957509123
AreaZone: 0575
CardType: 中国电信
Expand Down

0 comments on commit 62a34da

Please sign in to comment.