作者 邓超

body bug

@@ -434,7 +434,7 @@ class Body { @@ -434,7 +434,7 @@ class Body {
434 * @time 2022/8/12 10:34 434 * @time 2022/8/12 10:34
435 */ 435 */
436 private function body_remove_tag($body,$tag){ 436 private function body_remove_tag($body,$tag){
437 - preg_match("/{$tag}[\w\W].*/i",$body,$result); 437 + preg_match("/{$tag}\r?[\w\W].*/i",$body,$result);
438 if(!empty($result[0])) { 438 if(!empty($result[0])) {
439 $body = str_replace($result, '', $body); 439 $body = str_replace($result, '', $body);
440 } 440 }