函数-在线急求 php 传递值 谢谢啦
程序员文章站
2022-05-28 19:37:41
...
php函数
function number($str)
{
return preg_replace('/\D/s', '', $str);
}
怎么把上面打印的值传递给 $asd ?