标签:
计算字符串的字节长度 String.prototype.len = function () { return this.replace(/[^\x00-\xff]/g, ‘xx‘).length; }; alert(t.Calendar.len());
Js 扩展
原文地址:http://www.cnblogs.com/Celebrator/p/4625966.html