js 공백제거 썸네일형 리스트형 자바스크립트에서 trim 사용하기 function trim(str){ str = str.replace(/(^\s*)|(\s*$)/g, ""); return str; } 더보기 이전 1 다음