PHP小偷程序是采集的前身,有了小偷原理才会写采集。 index.php <?php $con = file_get_contents("http://it.sohu.com/s2010/5651/s274087241/index.shtml"); view.php <?php $con = file_get_contents($_GET[url]); ?> (责任编辑:admin) |
PHP小偷程序是采集的前身,有了小偷原理才会写采集。 index.php <?php $con = file_get_contents("http://it.sohu.com/s2010/5651/s274087241/index.shtml"); view.php <?php $con = file_get_contents($_GET[url]); ?> (责任编辑:admin) |
我一直认为PHP的运行速度是非常的理想的,尤其是Zend引擎的加速之后。但是PHP仍然有加...