PHP 正则匹配所有内容 <html>(.*)</html> 这样根本不行,因为源代码里面有换行ch(13),还有一些 tab键,应该这样:preg_match('/<html>([\s\S]*)</html>/iU',$get,$data);转载于:https://www.cnblogs.com/lxdd/p/3966156.html... php 2023-11-22 51 点赞 0 评论 77 浏览