const deleteSpace = (str) => { return str.replace(/\s*/g,"") }
本文标题:移除字符串所有空格
本文链接:https://www.haomeiwen.com/subject/qnlgedtx.html
网友评论