摘要: function check_link($str){ $patten = "/<a.*?href\s*?=\s*?[\"\'](.*?)[\"\'].*?>(.*?)<\/a>/is"; preg_match_all($patten,$str,$match); return $match;} 阅读全文
posted @ 2023-08-21 18:04 宋先生日记 阅读(48) 评论(0) 推荐(0) 编辑