时间:2021-07-01 10:21:17 帮助过:3人阅读
使用很简单,传一个URL地址进去就可以啦。
http://www.bkjia.com/PHPjc/486187.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/486187.htmlTechArticle取得一个页面上所有超链接的简单函数: ?php function get_all_url($cnstr){ preg_match_all(/as href=["|]?([^" ] )["|]?s*[^]*([^] )/a/i,$cnstr,$arr); return array(name...