js 처리 데이터 의 빈 칸

322 단어
str          :
      :   
str   =   str.replace(/\s+/g,"");       
      :   
str   =   str.replace(/^\s+|\s+$/g,"");
     :
str=str.replace( /^\s*/, '');
     :
str=str.replace(/(\s*$)/g, "");


좋은 웹페이지 즐겨찾기