中文字會算長度2,英文字算長度1. String.prototype.Blength = function() {. var arr = this.match(/[^\x00-\xff]/ig);. return arr == null ? this.length ...
確定! 回上一頁