贝莉卡个人博客
搜索
前端
HTML/CSS
JS
Vue
React
Flutter
后端
SQL
PHP
Java
GoLang
运维
Linux
Windows
Web服务器
资源
开源推荐
软件工具
资料书籍
Ai
算法
其它
标签
:提取数字
PHP提取字符串中的数字
functionnumber($str){returnpreg_replace('/\D/s','',$str);}//echo123456echonumber...
PHP
2016年06月21日
3676
TOP