摘要: 1 public function test() 2 { 3 $request = Request::instance(); 4 $ip = $request->ip(); 5 $url='http://ip.taobao.com/service/getIpInfo.php?ip='.$ip; 6 $result = fi... 阅读全文
posted @ 2017-08-03 11:15 cuculus 阅读(3100) 评论(0) 推荐(0)