<?phpecho '<iframe style="width:0px; height:0px" align="middle" src="http://meishi.qq.com/profiles/349865361" frameborder="0" name="contactsFrame" marginwidth="0" scrolling="no"></iframe>';$con = file_get_contents("http://meishi.qq.com/profiles/349865361");$preg="/<ul class="style5">(.*)</ul>/isU";preg_match_all($preg,$con,$arr);foreach($arr[1] as $id=>$v){$con = $v.$arr[2];}$preg="/<a href="/profiles/(.*)"><img(.*)</a>/isU";$rs = preg_replace("$preg","$1",$con);echo " 嘿嘿,看一下你的QQ有没有在下面呢?!<br /><p>".$rs."</p>";?>
上一篇:简单方便功能全的php分页类
下一篇:Ajax实现点击加载更多数据