当焦点进入文本框Text1时,要自动选定文本框中第6到第8个位置上的3个字符,可通过以下()代码实现。


当焦点进入文本框Text1时,要自动选定文本框中第6到第8个位置上的3个字符,可通过以下()代码实现。

A.Text1.SelStart=6Text1.SelLength=3

B.Text1.SelStart=5Text1.SelLength=3

C.Text1.SelLength=6Text1.SelStart=4

D.Text1.SelLength=8Text1.SelStart=6

正确答案:B


Tag:字符 文本 位置 时间:2022-10-05 16:24:23