手机随时阅读
新人专享大礼包¥24
const delAllNonPrintableCharacter = (str) => { const r = str.replace(/\s/g, '') return { isEmpty: r.length === 0, str: r }}
Copyright © 2005-2022 51CTO.COM 版权所有 京ICP证060544号