Since removing spaces of a string is the same as replacing every space by an empty character, we can use the replace() function to do this job.
確定! 回上一頁