string.replace(/\s+/g, ' ') will match all single and multiple whitespacey character substrings and replace with single space.
確定! 回上一頁