关于setEndPoint msdn给出的参考是:

TextRange.setEndPoint(sType, oTextRange)

oTextRange 是另一个TextRange对象

sType是字符串类型 有4种选择
StartToEnd
StartToStart
EndToStart
EndToEnd

"A text range has two endpoints: one at the beginning of the text range and one at the end."
text range 有2个endpoint 一个在开头 一个在结尾
08-22 04:26