摘要:
第一种:(通过String对象的charCodeAt方法) String.prototype.getBytesLength = function() { var length = 0; for(i = 0;i < this.length; i++) { iCode = this.charCodeAt(i); if((iCode >= 0 && iCode <= 2... 阅读全文
posted @ 2010-02-26 15:27
DODUI
阅读(1081)
评论(0)
推荐(0)

浙公网安备 33010602011771号