摘要:
一个简单页面的传输index.php无标题文档111查询d.php 阅读全文
摘要:
代码:function get_onlineip() { $ch = curl_init('http://iframe.ip138.com/ic.asp'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $a = curl_exec($ch); preg_match('/\[(.*)\]/', $a, $ip); return $ip[1]; } 得到的是113.91.122.205 阅读全文