未验证 提交 0d2eeebb 编写于 作者: O openharmony_ci 提交者: Gitee

!23259 【轻量级 PR】:修改文本选择区域结束位置变量名的错误书写

Merge pull request !23259 from 王鑫/N/A
...@@ -128,7 +128,7 @@ caretPosition(value: number): void ...@@ -128,7 +128,7 @@ caretPosition(value: number): void
| value | number | 是 | 从字符串开始到光标所在位置的字符长度。 | | value | number | 是 | 从字符串开始到光标所在位置的字符长度。 |
### setTextSelection<sup>10+</sup> ### setTextSelection<sup>10+</sup>
setTextSelection(selectionStart:&nbsp;number, selectionStart:&nbsp;number): void setTextSelection(selectionStart:&nbsp;number, selectionEnd:&nbsp;number): void
设置文本选择区域并高亮显示。 设置文本选择区域并高亮显示。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册