Example: javascript trim var str=" I have outer spaces "; var cleanStr=str.trim();//trim() returns string with outer spaces removed.
確定! 回上一頁