xluohome / phonedata

手机号码归属地信息库、手机号归属地查询 phone.dat 最后更新:2023年02月
https://github.com/xluohome/phonedata
GNU General Public License v3.0
2.06k stars 381 forks source link

cmd/phonedata error #35

Closed xishian closed 3 years ago

xishian commented 3 years ago

open C:/Users/xluo/Documents/goproject/src/github.com/xluohome/phonedata/phone.dat: no such file or directory

xluohome commented 3 years ago

请参考README.md

快速使用 cmd 目录下phonedata是一个命令行查询手机号归属地信息的终端程序。

Linux:

PHONE_DATA_DIR=../ ./phonedata 18957509123

Windows:

set PHONE_DATA_DIR=../ phonedata.exe 18957509123

xishian commented 3 years ago

Thx