计算字符串的字节长度 String.prototype.len = function () { return this.replace(/[^\x00-\xff]/g, ‘xx‘).length; }; alert(t.Calendar.len());
时间: 2024-12-29 11:15:15
计算字符串的字节长度 String.prototype.len = function () { return this.replace(/[^\x00-\xff]/g, ‘xx‘).length; }; alert(t.Calendar.len());