字符串中匹配数字

let match = str.match(/\d+(.\d+)?/g);
if(match != null){ //如果包含数字
num = match[0];
}
posted @ 2021-03-25 15:40  熊猫不唱歌  阅读(93)  评论(0编辑  收藏  举报