public function toarray(){
echo ‘<meta http-equiv="Content-type" content="text/html:charset=utf-8">‘;
echo ‘<pre>‘;
$str =‘北京
广州
上海
武汉
深圳
天津
南京
重庆
成都
杭州
西安‘;
$arr = preg_split(‘/[\s]+/‘,$str);
return $arr;
}
时间: 2024-10-29 19:15:08
public function toarray(){
echo ‘<meta http-equiv="Content-type" content="text/html:charset=utf-8">‘;
echo ‘<pre>‘;
$str =‘北京
广州
上海
武汉
深圳
天津
南京
重庆
成都
杭州
西安‘;
$arr = preg_split(‘/[\s]+/‘,$str);
return $arr;
}