作者 邓超

body

... ... @@ -283,6 +283,7 @@ class Body {
$type = $this->preg_match_type($item);
if($type){
$data['type'] = strtolower($type['type']);
$data['type'] = trim(ltrim($data['type'],"content-type:"));
// 编码
if(isset($type['charset'])){
$data['charset'] = strtolower($type['charset']);
... ...