<php? $q="123456"; if(is_numeric($q)){ //是数字 }else{ //不是数字 } ?>
php 判断字符串是否为数字
原文:https://www.cnblogs.com/yuyisoft/p/8387298.html