标签:asc nbsp microsoft ons param 结果 log hello mil
问题描述
把一个字符串里的所有空格转换为横线
var str = "hello word"; var params=str.replace(/\ /g, "-"); console.log(params)
输出结果:hello-word
标签:asc nbsp microsoft ons param 结果 log hello mil
原文地址:https://www.cnblogs.com/guoliping/p/9798694.html