cielaber
Results
1
comments of
cielaber
function trim(str){ //任何空白字符,包括空格、制表符、换页符等 return str.replace(/\s+/g,''); }