function trim(str){
    return str.replace(/\s|\xA0/g,"");    
}

 

相关文章: