作者 邓超

email

@@ -465,7 +465,7 @@ class Body { @@ -465,7 +465,7 @@ class Body {
465 465
466 466
467 $filecontent = explode("\r\n",@trim($item['body'])); 467 $filecontent = explode("\r\n",@trim($item['body']));
468 - $ki = 0; 468 + $ki = -1;
469 foreach ($filecontent as $k=>$str){ 469 foreach ($filecontent as $k=>$str){
470 if(!$str){ 470 if(!$str){
471 $ki = $k; 471 $ki = $k;