To replace multiple whitespaces with single space, 1. You can split string and then join again with single space. 2. Use regular expression to replace '\s+' ...
確定! 回上一頁