1、过滤字符串两边的空格

   str = $.trim(str)

2、过滤所有空格

   str = str.replace(/ /g,'')

相关文章: