If you want to remove all leading and trailing spaces from string, then best way is to use String.trim() method. ... String trimmedString1 = ...
確定! 回上一頁