函数-在线急求 php 传递值 谢谢啦
程序员文章站
2022-05-19 11:48:18
...
php函数
function number($str)
{
return preg_replace('/\D/s', '', $str);
}
怎么把上面打印的值传递给 $asd ?
上一篇: 在js中如何判断节假日