php 根据ip获取地区的方法详解编程语言

php 根据ip获取地区的方法

<?php 
$ip=$_GET['ip']; 
  header("Content-type:text/html;charset=utf-8"); 
require('phpQuery/phpQuery.php'); 
$info=file_get_contents("https://ipchaxun.com/".$ip."/"); 
$eg2=phpQuery::newDocument($info); 
print_r(pq('.value:eq(1)')->html());

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/18982.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论