언어/js
빈칸 제거, 스페이스 제거
greathuman
2016. 12. 23. 19:00
var str = "dd dd d";
str = str.split(' ').join('') //빈칸 제거