2014-07-04 93 views

回答

12

使用此:

str.replace(/\s+/g, ''); 

取而代之的是:

str.trim()