用js的replace()方法就可以了,比如:
"abc 123 def".replace(/\s/g, "")
参考资料:http://www.w3school.com.cn/jsref/jsref_replace.asp