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