Etc/Java Script
Javascript 에서 개행문자 제거하기
xProgrammer
2017. 9. 20. 23:29
str = str.replace(/[\r|\n]/g, '');
str = str.replace(/[\r|\n]/g, '');