典雅芹菜

文章
4
资源
0
加入时间
2年10月17天

PHP 正则匹配所有内容

<html>(.*)</html> 这样根本不行,因为源代码里面有换行ch(13),还有一些 tab键,应该这样:preg_match('/<html>([\s\S]*)</html>/iU',$get,$data);转载于:https://www.cnblogs.com/lxdd/p/3966156.html...