function number($str) { return preg_replace('/\D/s', '', $str);
}
怎么把上面打印的值传递给 $asd ?
收起
$asd = number($str) 就可以啦
报告相同问题?