aRange.location is the value of the first character to add; aRange.location + aRange.length– 1 is the value of the last. If aRange.length is 0, this method has no effect.aRange.locationは加える最初の文字の値です;aRange.location + aRange.length– 1は最後のものの値です。aRange.lengthが0ならば、このメソッドは効果を持ちません。
Discussion
議論
This code excerpt adds to a character set the lowercase English alphabetic characters:
このコード抜粋は、ある文字集合にローワーケース英語アルファベット文字を加えます。