qiniu.js 220行this.trim = function(text) { return text === null ? "" : this.trim.call(text); }; 在低版本浏览器会出现报错