25. 手撕代码,用正则表达式实现字符串的trim,忘了正则,用遍历for实现了 ~~~ String.prototype.trim = function() { }; ~~~