gpt4 book ai didi

android - 获取光标前的整个文本

转载 作者:太空狗 更新时间:2023-10-29 13:40:23 24 4
gpt4 key购买 nike

我需要在我的 InputMethod 类中获取光标前的整个文本字符串。 getTextBeforeCursor() 仅获取“n”个字符,但我不知道文本的长度。

最佳答案

查看此 documentation .看起来你可以这样做:

getCurrentInputConnection().getTextBeforeCursor(100, 0);

或其他一些大数字,因为它只从输入中获取文本 - 而不是所有“n”个字符。

关于android - 获取光标前的整个文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6516940/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com