文件名称:ip-location:通过不同的服务找到用户的位置
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-25 00:45:37
JavaScript
IP定位 根据不同服务的IP查找用户所在位置。 在 ES6 中完成并使用和带到浏览器中 入门 #: git clone git://github.com/rafamacias/ip-location.git #: cd ip-location #: npm install #: gulp build 用法 将Dist文件夹中的文件添加到 HTML < script src =" ../dist/ip-location.js " > </ script > < script > var instance = new IpLocation ( ) ; instance . getPosition ( ) . success ( function ( data ) { //Do something with the Data received. conso
【文件预览】:
ip-location-master
----package.json(737B)
----gulpfile.js(1KB)
----LICENSE(18KB)
----src()
--------Ip-location.js(4KB)
--------SourcesApi.js(911B)
--------Ajax.js(3KB)
----examples()
--------index.html(378B)
--------example.js(1KB)
----.gitignore(20B)
----README.md(2KB)