<script>
Object.prototype.changdu = function(){
    return this.length;
}
alert('xxx'.changdu());
</script>