使用的是 IE 8,执行如下代码:var say = " hello "; say = say.trim();浏览器提示:Message: Object doesn't support this property or method在非IE浏览器下没有发现问题,是什么原因如何解决呢? 查看完整描述